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 52ce9c1 commit 3283cbaCopy full SHA for 3283cba
.github/workflows/codeql.yml
@@ -30,12 +30,12 @@ jobs:
30
31
# Initializes the CodeQL tools for scanning.
32
- name: Initialize CodeQL
33
- uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
+ uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
34
with:
35
languages: ${{ matrix.language }}
36
build-mode: ${{ matrix.build-mode }}
37
38
- name: Perform CodeQL Analysis
39
- uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
+ uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
40
41
category: "/language:${{matrix.language}}"
0 commit comments