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 d8d9cec commit ea9c304Copy full SHA for ea9c304
.github/workflows/codeql-analysis.yml
@@ -29,10 +29,10 @@ jobs:
29
30
# Initializes the CodeQL tools for scanning.
31
- name: Initialize CodeQL
32
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
33
# Override language selection by uncommenting this and choosing your languages
34
with:
35
languages: python
36
37
- name: Perform CodeQL Analysis
38
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments