We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4e3ef commit 1d0b669Copy full SHA for 1d0b669
1 file changed
.github/workflows/codeql-analysis.yml
@@ -28,12 +28,12 @@ jobs:
28
go-version-file: go.mod
29
30
- name: Initialize CodeQL
31
- uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 #v4.32.3
+ uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e #v4.32.4
32
with:
33
languages: ${{ matrix.language }}
34
35
- name: Autobuild
36
- uses: github/codeql-action/autobuild@9e907b5e64f6b83e7804b09294d44122997950d6 #v4.32.3
+ uses: github/codeql-action/autobuild@89a39a4e59826350b863aa6b6252a07ad50cf83e #v4.32.4
37
38
- name: Perform CodeQL Analysis
39
- uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 #v4.32.3
+ uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e #v4.32.4
0 commit comments