Skip to content

Commit a010b45

Browse files
committed
Update deprecated codeql-actions to v2
1 parent 5e8d8fd commit a010b45

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
@@ -29,9 +29,9 @@ jobs:
2929

3030
# Initializes the CodeQL tools for scanning.
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@v1
32+
uses: github/codeql-action/init@v2
3333
with:
3434
languages: python
3535

3636
- name: Perform CodeQL Analysis
37-
uses: github/codeql-action/analyze@v1
37+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)