Skip to content

Commit 3d5c4cc

Browse files
fix(github-deps): correct pinned version comment to v4.37.4
Dependabot bumped the upload-sarif SHA to the v4.37.4 release commit (f205ea1c3313d32999d8d6a48b4f6530d4437b38) but left the trailing version comment at # v3. Update it to # v4.37.4 to match the tag that actually points to the pinned SHA. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
1 parent 6dab146 commit 3d5c4cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
publish_results: true
3333

3434
- name: Upload SARIF results
35-
uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v3
35+
uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
3636
with:
3737
sarif_file: results.sarif

0 commit comments

Comments
 (0)