Skip to content

Commit 7cb9e21

Browse files
Upgrade CodeQL actions from v2 to v3 (init and analyze) (#1152)
1 parent c657dc2 commit 7cb9e21

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL
48-
uses: github/codeql-action/init@v2
48+
uses: github/codeql-action/init@v3
4949
with:
5050
debug: true
5151
languages: ${{ matrix.language }}
@@ -81,6 +81,6 @@ jobs:
8181
# make release
8282

8383
- name: Perform CodeQL Analysis
84-
uses: github/codeql-action/analyze@v2
84+
uses: github/codeql-action/analyze@v3
8585
with:
86-
category: "/language:${{matrix.language}}"
86+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)