We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b374fc commit 9430be3Copy full SHA for 9430be3
.github/workflows/codeql.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
+ uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
33
with:
34
languages: ${{ matrix.language }}
35
@@ -42,6 +42,6 @@ jobs:
42
cmake --build build
43
44
- name: Perform CodeQL Analysis
45
- uses: github/codeql-action/analyze@a8d1ac45b9a34d11fe398d5503176af0d06b303e # v3.30.7
+ uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4.30.7
46
47
category: "/language:${{ matrix.language }}"
0 commit comments