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 75b45eeCopy full SHA for 75b45ee
.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@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
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@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3.28.6
0 commit comments