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 e90aca3 commit 8cd3cbeCopy full SHA for 8cd3cbe
.github/workflows/codeql-analysis.yml
@@ -53,7 +53,7 @@ jobs:
53
54
# Initializes the CodeQL tools for scanning.
55
- name: Initialize CodeQL
56
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
57
with:
58
languages: ${{ matrix.language }}
59
@@ -62,7 +62,7 @@ jobs:
62
make init
63
64
- name: Perform CodeQL Analysis
65
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
66
67
pylint:
68
runs-on: ubuntu-latest
0 commit comments