Skip to content

Commit d45a6b6

Browse files
authored
Update codeql.yml
1 parent 92762cc commit d45a6b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ jobs:
5858
uses: actions/checkout@v4
5959

6060
# Initializes the CodeQL tools for scanning.
61-
- name: Upload SARIF data
62-
uses: github/codeql-action/upload-sarif@v1
61+
6362
- name: Initialize CodeQL
6463
uses: github/codeql-action/init@v3
6564
with:
@@ -93,3 +92,5 @@ jobs:
9392
uses: github/codeql-action/analyze@v3
9493
with:
9594
category: "/language:${{matrix.language}}"
95+
- name: Upload SARIF data
96+
uses: github/codeql-action/upload-sarif@v2

0 commit comments

Comments
 (0)