Skip to content

Commit 5913da5

Browse files
committed
Update SARIF action to v4.
1 parent e526577 commit 5913da5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242

4343
- name: Upload SARIF file
4444
if: success() || failure()
45-
uses: github/codeql-action/upload-sarif@v3
45+
uses: github/codeql-action/upload-sarif@v4
4646
with:
4747
# Path to SARIF file relative to the root of the repository
48-
sarif_file: code-issues/*.sarif
48+
sarif_file: code-issues/results.sarif
4949
# Optional category for the results
5050
# Used to differentiate multiple results for one commit
5151
category: matlab

0 commit comments

Comments
 (0)