Skip to content

Commit b0afeda

Browse files
authored
Update codeql-analysis.yml
1 parent ebe7ec7 commit b0afeda

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ permissions:
2323
jobs:
2424
analyze:
2525
name: Analyze
26-
runs-on: ubuntu-20.04
26+
runs-on: ubuntu-24.04
2727

2828
steps:
2929
- name: Checkout repository
3030
uses: actions/checkout@v5
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@v4
32+
uses: github/codeql-action/init@v5
3333
with:
3434
languages: 'cpp'
3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@v4
36+
uses: github/codeql-action/autobuild@v5
3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@v4
38+
uses: github/codeql-action/analyze@v5

0 commit comments

Comments
 (0)