Skip to content

Commit d65fb70

Browse files
committed
fix: wrong sha hash in scorecard workflow
1 parent 030c7c7 commit d65fb70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
path: results.sarif
3030
retention-days: 5
3131

32-
- uses: github/codeql-action/upload-sarif@8aad20d16a3cb9ef60d299c5751d9db3f49d97f4 # v4.36.2
32+
- uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
3333
with:
3434
sarif_file: results.sarif

0 commit comments

Comments
 (0)