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 0c13dba commit 897e86dCopy full SHA for 897e86d
.github/workflows/codeql-analysis.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26
27
- name: Initialize CodeQL
28
- uses: github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
+ uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
29
with:
30
languages: ${{ matrix.language }}
31
@@ -36,4 +36,4 @@ jobs:
36
run: bin/cmake-build --preset=ci-codeql
37
38
- name: Perform CodeQL Analysis
39
- uses: github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
+ uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
0 commit comments