Skip to content

Commit 6a4ae80

Browse files
authored
Merge pull request #27540 from matplotlib/dependabot/github_actions/github/codeql-action-3
Bump github/codeql-action from 2 to 3
2 parents 09069b1 + 7e3f4db commit 6a4ae80

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
@@ -47,7 +47,7 @@ jobs:
4747
echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
4848
4949
- name: Initialize CodeQL
50-
uses: github/codeql-action/init@v2
50+
uses: github/codeql-action/init@v3
5151
with:
5252
languages: ${{ matrix.language }}
5353
setup-python-dependencies: false
@@ -59,4 +59,4 @@ jobs:
5959
$CODEQL_PYTHON -m build
6060
6161
- name: Perform CodeQL Analysis
62-
uses: github/codeql-action/analyze@v2
62+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)