Skip to content

fix(scorecard): bump python-scorecard.yml to post-OIDC-fix SHA#29

Open
williaby wants to merge 1 commit into
mainfrom
fix/scorecard-sha-f05c26a4
Open

fix(scorecard): bump python-scorecard.yml to post-OIDC-fix SHA#29
williaby wants to merge 1 commit into
mainfrom
fix/scorecard-sha-f05c26a4

Conversation

@williaby

Copy link
Copy Markdown
Contributor

Summary

  • Bumps python-scorecard.yml pin to f05c26a424a708a73fc445a0ebb5b3ce476c1793 (the current clean HEAD of ByronWilliamsCPA/.github)
  • This SHA hard-codes publish_results: false in the reusable workflow, preventing the OIDC token repository claim from targeting the .github host repo instead of the calling repo

Root cause

When python-scorecard.yml runs as a reusable callee, the OIDC token's repository claim resolves to ByronWilliamsCPA/.github (where the workflow lives), not the calling repository. The old workflow passed publish_results: ${{ inputs.publish-results }} through to ossf/scorecard-action, which used that claim to publish to the wrong repo and error. Fixed in ByronWilliamsCPA/.github PR #80.

Generated with Claude Code

Pins python-scorecard.yml to f05c26a424a708a73fc445a0ebb5b3ce476c1793,
which hard-codes publish_results: false in the reusable workflow to prevent
the OIDC token repository claim from resolving to the .github host repo
and publishing scorecard results to the wrong repository.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 11, 2026 14:16
@williaby williaby enabled auto-merge (squash) May 11, 2026 14:16
@coderabbitai

coderabbitai Bot commented May 11, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@williaby has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 41 minutes and 25 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bc64d6ac-ab13-4add-b1dc-7d58ec7486d7

📥 Commits

Reviewing files that changed from the base of the PR and between 1cfd40f and f90cefe.

📒 Files selected for processing (1)
  • .github/workflows/scorecard.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/scorecard-sha-f05c26a4

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@sonarqubecloud

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the repository’s OpenSSF Scorecard workflow to consume a newer pinned commit of the org-level reusable python-scorecard.yml, intended to incorporate the upstream post-OIDC fix described in the PR.

Changes:

  • Bump the reusable workflow pin in .github/workflows/scorecard.yml from d18c930... to f05c26a....

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +30 to 32
uses: ByronWilliamsCPA/.github/.github/workflows/python-scorecard.yml@f05c26a424a708a73fc445a0ebb5b3ce476c1793 # main
with:
publish-results: true
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails
actions/ByronWilliamsCPA/.github/.github/workflows/python-scorecard.yml f05c26a424a708a73fc445a0ebb5b3ce476c1793 UnknownUnknown

Scanned Files

  • .github/workflows/scorecard.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants