We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deef604 commit 5b4fc8eCopy full SHA for 5b4fc8e
.github/workflows/codeql.yml
@@ -36,12 +36,12 @@ jobs:
36
37
# Initializes the CodeQL tools for scanning.
38
- name: Initialize CodeQL
39
- uses: github/codeql-action/init@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
+ uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
40
with:
41
build-mode: ${{ matrix.language == 'go' && 'autobuild' || '' }}
42
languages: ${{ matrix.language }}
43
44
- name: Perform CodeQL Analysis
45
- uses: github/codeql-action/analyze@96f518a34f7a870018057716cc4d7a5c014bd61c # v3.29.10
+ uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
46
47
category: '/language:${{matrix.language}}'
0 commit comments