Skip to content

Update actions - #81

Merged
MitchellThompkins merged 1 commit into
mainfrom
update-nodejs-actions
Jun 28, 2026
Merged

Update actions#81
MitchellThompkins merged 1 commit into
mainfrom
update-nodejs-actions

Conversation

@MitchellThompkins

@MitchellThompkins MitchellThompkins commented Jun 28, 2026

Copy link
Copy Markdown
Owner

Resolves #79.

Summary by CodeRabbit

  • Chores
    • Updated workflow actions to pinned versions for more predictable and secure builds.
    • Kept the documentation and main CI workflows functionally the same while improving version consistency.

@coderabbitai

coderabbitai Bot commented Jun 28, 2026

Copy link
Copy Markdown

Review Change Stack

Caution

Review failed

Pull request was closed or merged during review

📝 Walkthrough

Walkthrough

Both CI workflow files are updated to replace floating GitHub Actions version tags with pinned commit SHAs. In docs.yml, four actions are pinned; in main.yml, actions/checkout is pinned to the same SHA across all six jobs. No workflow logic or step configuration is changed.

Changes

Pin GitHub Actions to commit SHAs

Layer / File(s) Summary
Pin actions in docs workflow
.github/workflows/docs.yml
actions/checkout, actions/setup-python, actions/upload-pages-artifact, and actions/deploy-pages are updated from floating version tags to pinned commit SHAs.
Pin actions/checkout across all main workflow jobs
.github/workflows/main.yml
actions/checkout is pinned to commit SHA df4cb1c (annotated v6.0.3) in all six jobs: build-and-publish-container, lint, build-and-test, cross-compile, dc-motor-fail, and coverage.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title is related to the changes but too generic to convey the specific action pinning work. Use a more specific title like "Pin GitHub Actions versions in workflows" or similar.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch update-nodejs-actions

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.

@MitchellThompkins
MitchellThompkins merged commit 19a6b41 into main Jun 28, 2026
18 of 19 checks passed
@MitchellThompkins
MitchellThompkins deleted the update-nodejs-actions branch June 28, 2026 05:36
@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

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.

Checkout actions raise Node.js deprectaion warnings

2 participants