We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea1eb7c commit 38ef8abCopy full SHA for 38ef8ab
.github/workflows/codeql.yml
@@ -35,12 +35,12 @@ jobs:
35
with:
36
go-version-file: go.mod
37
if: matrix.language == 'go'
38
- - uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
+ - uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
39
40
languages: ${{ matrix.language }}
41
build-mode: ${{ matrix.language == 'go' && 'manual' || 'none' }}
42
- run: make build install-docs-tools md-docs
43
44
- - uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
+ - uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
45
46
category: /language:${{ matrix.language }}
0 commit comments