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 5e8d8fd commit a010b45Copy full SHA for a010b45
.github/workflows/codeql-analysis.yml
@@ -29,9 +29,9 @@ 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
with:
34
languages: python
35
36
- name: Perform CodeQL Analysis
37
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments