Skip to content

Commit d663f0e

Browse files
authored
Merge pull request #192 from PatKamin/upgrade-code-ql
Upgrade version of CodeQL CI action
2 parents a7dec01 + 8f1b237 commit d663f0e

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)