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 bae43bc commit fdbca6dCopy full SHA for fdbca6d
.github/workflows/release.yml
@@ -276,7 +276,7 @@ jobs:
276
if: ${{ !inputs.dry_run }}
277
278
- name: Upload scan result to GitHub Security tab
279
- uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
+ uses: github/codeql-action/upload-sarif@42213152a85ae7569bdb6bec7bcd74cd691bfe41 # v3.30.9
280
continue-on-error: true
281
with:
282
sarif_file: ${{ steps.scan.outputs.sarif }}
0 commit comments