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.
2 parents 1771089 + 375f03e commit 1450745Copy full SHA for 1450745
.github/workflows/security.dependencies.yaml
@@ -39,7 +39,7 @@ jobs:
39
run: pnpm audit --json | pnpx npm-audit-sarif /dev/stdin > pnpm-audit.sarif || true
40
41
- name: 📊 Upload audit results to GitHub Code Scanning
42
- uses: github/codeql-action/upload-sarif@018ac1a585e52f775ee7460e25bd00c4d516240e # v2.21.2
+ uses: github/codeql-action/upload-sarif@0ba4244466797eb048eb91a6cd43d5c03ca8bd05 # v2.21.2
43
with:
44
sarif_file: pnpm-audit.sarif
45
category: pnpm-audit
0 commit comments