Skip to content

Commit 864d207

Browse files
committed
security: update codeql-actions to v3
1 parent 92dbc02 commit 864d207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

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

5252
# Initializes the CodeQL tools for scanning.
5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@v2
54+
uses: github/codeql-action/init@v3
5555
with:
5656
languages: ${{ matrix.language }}
5757
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -100,6 +100,6 @@ jobs:
100100
-U
101101
102102
- name: Perform CodeQL Analysis
103-
uses: github/codeql-action/analyze@v2
103+
uses: github/codeql-action/analyze@v3
104104
with:
105105
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)