We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28f2f5 commit 0b7ae04Copy full SHA for 0b7ae04
1 file changed
.github/workflows/codeql.yml
@@ -59,7 +59,7 @@ jobs:
59
60
# Initializes the CodeQL tools for scanning.
61
- name: Initialize CodeQL
62
- uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4
+ uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
63
with:
64
languages: ${{ matrix.language }}
65
build-mode: ${{ matrix.build-mode }}
@@ -87,6 +87,6 @@ jobs:
87
exit 1
88
89
- name: Perform CodeQL Analysis
90
- uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4
+ uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4
91
92
category: "/language:${{matrix.language}}"
0 commit comments