Skip to content

Commit e3ea0a2

Browse files
committed
Update upload-sarif action to v3
Bump github/codeql-action/upload-sarif from v2 to v3 in the psscriptanalyzer workflow to pick up the latest release (bug fixes and improvements) and ensure compatibility with current GitHub Actions runners. No other workflow behavior changes.
1 parent 5446c43 commit e3ea0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/psscriptanalyzer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
output: results.sarif
2020

2121
- name: Upload SARIF results file
22-
uses: github/codeql-action/upload-sarif@v2
22+
uses: github/codeql-action/upload-sarif@v3
2323
with:
2424
sarif_file: results.sarif

0 commit comments

Comments
 (0)