We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8e4f7 commit 590be01Copy full SHA for 590be01
.github/workflows/codeql-analysis.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v3
20
21
- name: Initialize CodeQL
22
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
23
with:
24
languages: ${{ matrix.language }}
25
config-file: ./.github/codeql/codeql-config.yml
@@ -42,4 +42,4 @@ jobs:
42
npm build
43
44
- name: Perform CodeQL Analysis
45
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2
0 commit comments