Skip to content

Commit 9d612f6

Browse files
committed
corrected github/codeql-action/upload-sarif@v3
1 parent 90156e3 commit 9d612f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: find . -name "*.sarif" || echo "No SARIF files found"
6161

6262
- name: Upload CodeQL SARIF Results
63-
uses: actions/upload-sarif@v3
63+
uses: github/codeql-action/upload-sarif@v3
6464
with:
6565
sarif_file: rsults.sarif
6666
category: Green Python

0 commit comments

Comments
 (0)