Skip to content

Commit cfa1ca2

Browse files
authored
Update codeql.yml to use Ubuntu 24.04
Signed-off-by: Ashley <[email protected]>
1 parent 83f2af7 commit cfa1ca2

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
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
codeql:
1717
name: CodeQL analysis (${{ matrix.language }})
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-latest
1919

2020
concurrency:
2121
group: codeql-codeql-${{ github.head_ref || github.run_id }}

0 commit comments

Comments
 (0)