We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb76b8b commit 2c3e8f7Copy full SHA for 2c3e8f7
.github/workflows/devskim.yml
@@ -29,6 +29,6 @@ jobs:
29
uses: microsoft/DevSkim-Action@v1
30
31
- name: Upload DevSkim scan results to GitHub Security tab
32
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v3
33
with:
34
sarif_file: devskim-results.sarif
.github/workflows/powershell.yml
@@ -44,6 +44,6 @@ jobs:
44
45
# Upload the SARIF file generated in the previous step
46
- name: Upload SARIF results file
47
48
49
sarif_file: results.sarif
0 commit comments