Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Commit 6de5ae3

Browse files
committed
Update github action
1 parent 9228821 commit 6de5ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# we let the report trigger content trigger a failure using the GitHub Security features.
4747
args: '-no-fail -fmt sarif -out results.sarif ./...'
4848
- name: Upload SARIF file
49-
uses: github/codeql-action/upload-sarif@v2
49+
uses: github/codeql-action/upload-sarif@v3
5050
with:
5151
# Path to SARIF file relative to the root of the repository
5252
sarif_file: results.sarif

0 commit comments

Comments
 (0)