We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 855e6ee commit b4b8762Copy full SHA for b4b8762
.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@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
+ uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
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@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32.0
+ uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
0 commit comments