Skip to content

Commit ba209b3

Browse files
Fix Snyk Ref issue
1 parent 62a8b01 commit ba209b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ jobs:
4646
run: jq . snyk.sarif || (echo "Invalid SARIF file"; exit 1)
4747

4848
- name: Upload result to GitHub Code Scanning
49-
uses: github/codeql-action/upload-sarif@v3
49+
uses: github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d #[email protected]
5050
with:
5151
sarif_file: snyk.sarif

0 commit comments

Comments
 (0)