Skip to content

Commit 092f50b

Browse files
hyperpolymathclaude
andcommitted
fix(scorecard): rename job to 'scorecard' so OSSF webapp can verify it
The OSSF scorecard webapp requires the calling workflow to have a job named 'scorecard'. The job was previously named 'analysis', causing the webapp's workflow-verification check to fail with HTTP 400: "scorecard job must only have steps with uses". Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 711f0f9 commit 092f50b

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
@@ -11,7 +11,7 @@ on:
1111
permissions: read-all
1212

1313
jobs:
14-
analysis:
14+
scorecard:
1515
permissions:
1616
security-events: write
1717
id-token: write

0 commit comments

Comments
 (0)