Skip to content

Commit 0d0f724

Browse files
authored
ci: fix CodeQL's agent scan (#1002)
Fix agent build scan by pinning runner to ubuntu-22.04. ubuntu-24.04, which is what ubuntu-latest has recently become, doesn't have agent's build dependency (libpcre3-dev) installed.
1 parent d6db53b commit 0d0f724

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# - https://gh.io/supported-runners-and-hardware-resources
1717
# - https://gh.io/using-larger-runners
1818
# Consider using larger runners for possible analysis time improvements.
19-
runs-on: 'ubuntu-latest'
19+
runs-on: 'ubuntu-22.04'
2020
timeout-minutes: 360
2121
permissions:
2222
# required for all workflows

0 commit comments

Comments
 (0)