Skip to content

Commit

Permalink
ci: fix CodeQL's agent scan (#1002)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lavarou authored Dec 20, 2024
1 parent d6db53b commit 0d0f724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners
# Consider using larger runners for possible analysis time improvements.
runs-on: 'ubuntu-latest'
runs-on: 'ubuntu-22.04'
timeout-minutes: 360
permissions:
# required for all workflows
Expand Down

0 comments on commit 0d0f724

Please sign in to comment.