Skip to content

Commit

Permalink
Update codeql.yml to use Ubuntu 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Ashley <[email protected]>
  • Loading branch information
ascopes authored Jul 11, 2024
1 parent 83f2af7 commit cfa1ca2
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 @@ -15,7 +15,7 @@ on:
jobs:
codeql:
name: CodeQL analysis (${{ matrix.language }})
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

concurrency:
group: codeql-codeql-${{ github.head_ref || github.run_id }}
Expand Down

0 comments on commit cfa1ca2

Please sign in to comment.