We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9e2f2 commit 632479dCopy full SHA for 632479d
.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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4
+ uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
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@9e907b5e64f6b83e7804b09294d44122997950d6 # v4
+ uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
92
93
category: "/language:${{matrix.language}}"
0 commit comments