Skip to content

Commit 25c8059

Browse files
Patel230claude
andcommitted
fix(ci): correct scorecard-action SHA (v2.4.3)
The pinned SHA was corrupted (last 8 chars mangled) and did not resolve, failing the Scorecard workflow. Repin to the real v2.4.3 commit. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 0558f08 commit 25c8059

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
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Run analysis
26-
uses: ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75b098e755 # v2.4.1
26+
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
2727
with:
2828
results_file: scorecard-results.sarif
2929
results_format: sarif

0 commit comments

Comments
 (0)