Skip to content

ci: pin actions/checkout to v7 SHA (no persisted credentials)#7

Merged
Skiipy11 merged 1 commit into
mainfrom
steward/actions-checkout-v7-sha
Jul 19, 2026
Merged

ci: pin actions/checkout to v7 SHA (no persisted credentials)#7
Skiipy11 merged 1 commit into
mainfrom
steward/actions-checkout-v7-sha

Conversation

@Skiipy11

@Skiipy11 Skiipy11 commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

Summary

Supersedes Renovate #6.

Path gate

Only .github/workflows/**.

Test plan

  • test (20)/(22) green
  • path gate

Summary by CodeRabbit

  • Chores
    • Improved automation workflow security by pinning repository checkout actions to a specific revision.
    • Disabled credential persistence during automated checkout operations for CI and publish workflows.

@coderabbitai

coderabbitai Bot commented Jul 19, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: ab84667c-47ed-4d34-9c9d-09df1632b701

📥 Commits

Reviewing files that changed from the base of the PR and between 63d9411 and 92b6186.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • .github/workflows/publish.yml
🚧 Files skipped from review as they are similar to previous changes (2)
  • .github/workflows/ci.yml
  • .github/workflows/publish.yml

📝 Walkthrough

Walkthrough

The CI and publish workflows replace the checkout action tag with a pinned revision and disable persisted Git credentials.

Changes

Checkout workflow updates

Layer / File(s) Summary
Pinned checkout configuration
.github/workflows/ci.yml, .github/workflows/publish.yml
Both checkout steps use a pinned actions/checkout revision and set persist-credentials: false.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes pinning actions/checkout and disabling persisted credentials in the workflow files.
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 steward/actions-checkout-v7-sha

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

Supersedes Renovate #6. Full commit SHA and persist-credentials: false
on ci + publish workflows.
@Skiipy11
Skiipy11 force-pushed the steward/actions-checkout-v7-sha branch from 63d9411 to 92b6186 Compare July 19, 2026 09:10

@coderabbitai coderabbitai Bot 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.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/ci.yml:
- Around line 17-19: Fix the checkout step syntax by adding the required
sequence marker before uses in both .github/workflows/ci.yml lines 17-19 and
.github/workflows/publish.yml lines 17-19, while preserving the existing
checkout reference and persist-credentials setting.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: b8d157f0-bedd-4fcc-97e2-393a48d4292f

📥 Commits

Reviewing files that changed from the base of the PR and between 991ae3d and 63d9411.

📒 Files selected for processing (2)
  • .github/workflows/ci.yml
  • .github/workflows/publish.yml

Comment thread .github/workflows/ci.yml Outdated
@Skiipy11
Skiipy11 merged commit a3829f8 into main Jul 19, 2026
5 checks passed
@Skiipy11
Skiipy11 deleted the steward/actions-checkout-v7-sha branch July 19, 2026 09:20
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.

1 participant