We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9e091 commit 3c09db4Copy full SHA for 3c09db4
.github/workflows/Codeql.yml
@@ -44,6 +44,6 @@ jobs:
44
45
# Upload the SARIF file generated in the previous step
46
- name: Upload SARIF results file
47
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
48
with:
49
sarif_file: results.sarif
CHANGELOG.md
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
16
- Updated VMware PowerCLI requirements to v13.2
17
- Updated Sample Reports
18
+- Updated CodeQL upload-sarif action requirement to v3
19
20
### Fixed
21
0 commit comments