We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5127c72 commit 47acf32Copy full SHA for 47acf32
.github/workflows/codeql-analysis.yml
@@ -39,12 +39,12 @@ jobs:
39
go-version: ${{ matrix.go }}
40
41
- name: Initialize CodeQL
42
- uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
+ uses: github/codeql-action/init@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
43
with:
44
languages: ${{ matrix.language }}
45
46
- name: Build Go
47
run: go build -mod=readonly -v ./...
48
49
- name: Perform CodeQL Analysis
50
- uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
+ uses: github/codeql-action/analyze@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
0 commit comments