We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d60262c commit 76a0663Copy full SHA for 76a0663
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@f443b600d91635bebf5b0d9ebc620189c0d6fba5 #v4.30.8
+ uses: github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 #v4.30.9
32
with:
33
languages: ${{ matrix.language }}
34
35
- name: Autobuild
36
- uses: github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 #v4.30.8
+ uses: github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 #v4.30.9
37
38
- name: Perform CodeQL Analysis
39
- uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 #v4.30.8
+ uses: github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 #v4.30.9
0 commit comments