We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87386b5 commit 5f006f3Copy full SHA for 5f006f3
1 file changed
.github/workflows/codeql-analysis.yml
@@ -72,7 +72,7 @@ jobs:
72
--clean-after-build
73
74
- name: Initialize CodeQL
75
- uses: github/codeql-action/init@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3
+ uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4
76
with:
77
languages: ${{ matrix.language }}
78
@@ -92,4 +92,4 @@ jobs:
92
cmake --build build/output
93
94
- name: Perform CodeQL Analysis
95
- uses: github/codeql-action/analyze@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3
+ uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4
0 commit comments