We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9d61a commit 20885feCopy full SHA for 20885fe
.github/workflows/test.yml
@@ -28,7 +28,7 @@ jobs:
28
args: --issues-exit-code=0 --output.sarif.path linter-results.sarif # we expect some findings, but for this demo just continue
29
30
- name: Upload SARIF to Code Scanning
31
- uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # v3.28.16
+ uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3.28.17
32
with:
33
sarif_file: ./linter-results.sarif
34
0 commit comments