Skip to content

Commit a154b87

Browse files
committed
codeql-analysis: Upgrade CodeQL action for upcoming deprecation of v2.
1 parent a6e67f0 commit a154b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@v2
41+
uses: github/codeql-action/init@v3
4242
with:
4343
languages: python
4444
# Override the default behavior so that the action doesn't attempt
@@ -49,4 +49,4 @@ jobs:
4949
# with:
5050
# languages: go, javascript, csharp, python, cpp, java
5151
- name: Perform CodeQL Analysis
52-
uses: github/codeql-action/analyze@v2
52+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)