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 1d90d78 commit 8d2d96cCopy full SHA for 8d2d96c
.github/workflows/codeql-analysis.yml
@@ -29,10 +29,10 @@ jobs:
29
uses: actions/checkout@v2
30
31
- name: Initialize CodeQL tools for scanning
32
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
33
with:
34
languages: ${{ matrix.language }}
35
config-file: ./.github/codeql/codeql-config.yml
36
37
- name: Perform CodeQL Analysis
38
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments