Skip to content

fix(scorecard): pin python-scorecard.yml to explicit SHA (was @main)#36

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

fix(scorecard): pin python-scorecard.yml to explicit SHA (was @main)#36
williaby wants to merge 1 commit into
mainfrom
fix/scorecard-sha-f05c26a4

Conversation

@williaby
Copy link
Copy Markdown
Contributor

Summary

  • Replaces the floating @main ref with f05c26a424a708a73fc445a0ebb5b3ce476c1793 (current HEAD of ByronWilliamsCPA/.github)
  • Eliminates the supply-chain risk of silent behavior changes when .github main advances
  • This SHA also hard-codes publish_results: false, fixing the OIDC token repository claim bug for reusable workflow callees

Generated with Claude Code

Replaces the floating @main ref with the explicit commit SHA
f05c26a424a708a73fc445a0ebb5b3ce476c1793 of ByronWilliamsCPA/.github.
This SHA hard-codes publish_results: false, fixing the OIDC token
repository claim bug. Pinning to a SHA also eliminates the supply-chain
risk of silent behavior changes on future commits to .github main.

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
Copy link
Copy Markdown

coderabbitai Bot commented May 11, 2026

Warning

Rate limit exceeded

@williaby has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 40 minutes and 51 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: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 7ccdd315-05cb-402b-84ac-9cd9879d391a

📥 Commits

Reviewing files that changed from the base of the PR and between c0eb24a and 48f7669.

📒 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

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Pins the repository’s OpenSSF Scorecard GitHub Actions workflow to an immutable reusable-workflow reference to avoid unintended behavior changes from tracking a moving branch.

Changes:

  • Updated the reusable workflow reference from @main to a full commit SHA for ByronWilliamsCPA/.github/.github/workflows/python-scorecard.yml.

Comment on lines +29 to 32
uses: ByronWilliamsCPA/.github/.github/workflows/python-scorecard.yml@f05c26a424a708a73fc445a0ebb5b3ce476c1793
with:
publish-results: true
upload-sarif: true
@codecov
Copy link
Copy Markdown

codecov Bot commented May 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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