Skip to content

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

Merged
gkorland merged 1 commit intostagingfrom
fix/pin-workflow-deps
Mar 26, 2026
Merged

ci(workflows): pin GitHub Actions dependencies to commit SHAs#635
gkorland merged 1 commit intostagingfrom
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 17 action references across 4 workflow files to commit SHAs
  • Version tags preserved in comments for readability

Changed Files

  • .github/workflows/build.yml
  • .github/workflows/playwright.yml
  • .github/workflows/pypi-publish.yml
  • .github/workflows/release-image.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 #634

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: build.yml, playwright.yml, pypi-publish.yml, release-image.yml
Total actions pinned: 17

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 42 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: 2291624a-40a5-444e-94c3-98e5388531f2

📥 Commits

Reviewing files that changed from the base of the PR and between 7aa40c6 and ada8862.

📒 Files selected for processing (4)
  • .github/workflows/build.yml
  • .github/workflows/playwright.yml
  • .github/workflows/pypi-publish.yml
  • .github/workflows/release-image.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.

@gkorland gkorland merged commit 46a95e1 into staging Mar 26, 2026
12 checks passed
@gkorland gkorland deleted the fix/pin-workflow-deps branch March 26, 2026 13:52
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