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 2b42bf0 commit bd2ba8dCopy full SHA for bd2ba8d
.github/workflows/codeql.yaml
@@ -23,9 +23,9 @@ jobs:
23
gh release download --pattern 'codeql-bundle.tar.gz'
24
25
- name: CodeQL Initialize
26
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
27
with:
28
tools: codeql-bundle.tar.gz
29
30
- name: CodeQL Analyze
31
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments