We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0760be5 commit e2b56ffCopy full SHA for e2b56ff
1 file changed
.github/workflows/codeql.yml
@@ -61,7 +61,7 @@ jobs:
61
62
# Initializes the CodeQL tools for scanning.
63
- name: Initialize CodeQL
64
- uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3
+ uses: github/codeql-action/init@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3
65
with:
66
languages: ${{ matrix.language }}
67
build-mode: ${{ matrix.build-mode }}
@@ -88,6 +88,6 @@ jobs:
88
echo ' make release'
89
exit 1
90
- name: Perform CodeQL Analysis
91
- uses: github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3
+ uses: github/codeql-action/analyze@d3678e237b9c32a6c9bffb3315c335f976f3549f # v3
92
93
category: "/language:${{matrix.language}}"
0 commit comments