From 55ef481734e19a25d9c385a6af1e1dd450d4f0b8 Mon Sep 17 00:00:00 2001 From: matusekma <36794575+matusekma@users.noreply.github.com> Date: Tue, 21 May 2024 11:45:22 +0200 Subject: [PATCH] chore(codeql): fix runner name SUITEDEV-35893 --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7cfcce51..a8471af7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: # - https://gh.io/supported-runners-and-hardware-resources # - https://gh.io/using-larger-runners (GitHub.com only) # Consider using larger runners or machines with greater resources for possible analysis time improvements. - runs-on: ubuntu-lates + runs-on: ubuntu-latest timeout-minutes: 360 permissions: # required for all workflows