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 925151e commit daf23e3Copy full SHA for daf23e3
.github/workflows/codeql.yml
@@ -50,7 +50,7 @@ jobs:
50
fetch-depth: 0
51
52
- name: Initialize CodeQL
53
- uses: github/codeql-action/init@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
+ uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
54
with:
55
languages: ${{ matrix.language }}
56
config-file: ./.github/codeql-config.yml
@@ -87,4 +87,4 @@ jobs:
87
run: cmake --build --preset=default --target all
88
89
- name: Perform CodeQL Analysis
90
- uses: github/codeql-action/analyze@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
+ uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
0 commit comments