Skip to content

Commit 7b21b20

Browse files
authored
Update codeql.yml
1 parent ac3f564 commit 7b21b20

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
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL
53-
uses: github/codeql-action/init@v2
53+
uses: github/codeql-action/init@v3
5454
with:
5555
languages: ${{ matrix.language }}
5656
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -79,4 +79,4 @@ jobs:
7979
- name: Perform CodeQL Analysis
8080
uses: github/codeql-action/analyze@v2
8181
with:
82-
category: "/language:${{matrix.language}}"
82+
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)