Skip to content

Commit 96ffb96

Browse files
committed
Update CodeQL workflow
1 parent b1e70f0 commit 96ffb96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
analyze:
1414
name: Analyze
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
@@ -41,7 +41,7 @@ jobs:
4141
libxslt1-dev
4242
ninja-build
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@v2
44+
uses: github/codeql-action/init@v3
4545
with:
4646
languages: cpp
4747
- name: Configure CMake
@@ -55,4 +55,4 @@ jobs:
5555
working-directory: ${{ runner.workspace }}/rl-build
5656
run: cmake --build .
5757
- name: Perform CodeQL analysis
58-
uses: github/codeql-action/analyze@v2
58+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)