Skip to content

Commit 3c09db4

Browse files
committed
Updated CodeQL upload-sarif action requirement to v3
1 parent 6b9e091 commit 3c09db4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/Codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444

4545
# Upload the SARIF file generated in the previous step
4646
- name: Upload SARIF results file
47-
uses: github/codeql-action/upload-sarif@v2
47+
uses: github/codeql-action/upload-sarif@v3
4848
with:
4949
sarif_file: results.sarif

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- Updated VMware PowerCLI requirements to v13.2
1717
- Updated Sample Reports
18+
- Updated CodeQL upload-sarif action requirement to v3
1819

1920
### Fixed
2021

0 commit comments

Comments
 (0)