Skip to content

ci(workflows): pin GitHub Actions dependencies to commit SHAs#401

Open
gkorland wants to merge 1 commit intomainfrom
fix/pin-workflow-deps
Open

ci(workflows): pin GitHub Actions dependencies to commit SHAs#401
gkorland wants to merge 1 commit intomainfrom
fix/pin-workflow-deps

Conversation

@gkorland
Copy link
Copy Markdown
Contributor

Summary

Pin all third-party GitHub Actions to their full commit SHA for supply-chain security.

Changes

  • Pin 2 action references across 1 workflow files to commit SHAs
  • Version tags preserved in comments for readability

Changed Files

  • .github/workflows/spellcheck.yml

Testing

  • Workflow syntax is unchanged; only the @ref portion of uses: directives is modified
  • All pinned SHAs correspond to the exact same code as the original version tags

Memory / Performance Impact

N/A - CI configuration only.

Related Issues

Closes #400

Pin all third-party GitHub Actions to their full commit SHA
instead of mutable version tags. This is a supply-chain security
best practice that prevents tag-mutation attacks.

Changed files: spellcheck.yml
Total actions pinned: 2

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 26, 2026

Warning

Rate limit exceeded

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

⌛ 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: 1f5afdd0-d7d5-4f27-938f-a10a2f1414a9

📥 Commits

Reviewing files that changed from the base of the PR and between df21552 and 7bf151b.

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

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.

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.

ci: Pin GitHub Actions dependencies to commit SHAs for supply-chain security

1 participant