Skip to content

Commit 8f1b237

Browse files
committed
Upgrade version of CodeQL CI action
The version v2 of the CodeQL GitHub Action uses deprecated Node 16 Node.js resulting in CI warnings.
1 parent 57ef34f commit 8f1b237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Initialize CodeQL
28-
uses: github/codeql-action/init@v2
28+
uses: github/codeql-action/init@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
2929
with:
3030
languages: cpp
3131

@@ -53,4 +53,4 @@ jobs:
5353
cmake --build ${{github.workspace}}/build --config Release -j ${{matrix.nproc}}
5454
5555
- name: Perform CodeQL Analysis
56-
uses: github/codeql-action/analyze@v2
56+
uses: github/codeql-action/analyze@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2

0 commit comments

Comments
 (0)