We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e770af + ecd4b0d commit 8fc1887Copy full SHA for 8fc1887
1 file changed
.github/workflows/codeql.yaml
@@ -49,7 +49,7 @@ jobs:
49
cache: true
50
51
- name: Initialize CodeQL
52
- uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
+ uses: github/codeql-action/init@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
53
with:
54
languages: ${{ matrix.language }}
55
build-mode: ${{ matrix.build-mode }}
@@ -60,6 +60,6 @@ jobs:
60
run: go build ./...
61
62
- name: Perform CodeQL Analysis
63
- uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2 # v4.32.2
+ uses: github/codeql-action/analyze@9e907b5e64f6b83e7804b09294d44122997950d6 # v4.32.3
64
65
category: "/language:${{matrix.language}}"
0 commit comments