From 384f4ea5452b577488f9959371e0c158384c9007 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 22 Apr 2026 23:34:15 +0000 Subject: [PATCH] fix(ci): use scorecard commit SHA, not annotated tag object MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Scorecard.dev webapp rejected the previous pin as an 'imposter commit' — 99c09fe is the annotated tag object SHA, not the underlying commit. Replaced with 4eaacf0 (the actual v2.4.3 commit in ossf/scorecard-action). Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index b76fead..ff21f4f 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -26,7 +26,7 @@ jobs: persist-credentials: false - name: run scorecard - uses: ossf/scorecard-action@99c09fe975337306107572b4fdf4db224cf8e2f2 # v2.4.3 + uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3 with: results_file: results.sarif results_format: sarif