We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4004ea + 6c99596 commit 18a88bdCopy full SHA for 18a88bd
.github/workflows/codeql.yml
@@ -33,12 +33,12 @@ jobs:
33
with:
34
go-version-file: go.mod
35
if: matrix.language == 'go'
36
- - uses: github/codeql-action/init@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
+ - uses: github/codeql-action/init@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
37
38
languages: ${{ matrix.language }}
39
build-mode: ${{ matrix.language == 'go' && 'manual' || 'none' }}
40
- run: make build
41
42
- - uses: github/codeql-action/analyze@cdefb33c0f6224e58673d9004f47f7cb3e328b89 # v4.31.10
+ - uses: github/codeql-action/analyze@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
43
44
category: /language:${{ matrix.language }}
0 commit comments