Skip to content

Commit 8cd3cbe

Browse files
committed
.github/workflows/codeql-analysis.yml:codeql-action v2
1 parent e90aca3 commit 8cd3cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
# Initializes the CodeQL tools for scanning.
5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@v1
56+
uses: github/codeql-action/init@v2
5757
with:
5858
languages: ${{ matrix.language }}
5959

@@ -62,7 +62,7 @@ jobs:
6262
make init
6363
6464
- name: Perform CodeQL Analysis
65-
uses: github/codeql-action/analyze@v1
65+
uses: github/codeql-action/analyze@v2
6666

6767
pylint:
6868
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)