Skip to content

chore(deps): update actions/checkout action to v7#6

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-7.x
Closed

chore(deps): update actions/checkout action to v7#6
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-7.x

Conversation

@renovate

@renovate renovate Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v5v7

Release Notes

actions/checkout (actions/checkout)

v7.0.0

Compare Source

v7

Compare Source

v6.0.3

Compare Source

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Summary by CodeRabbit

  • Chores
    • Updated repository checkout actions used by continuous integration and publishing workflows.
    • No changes to application functionality or publishing behavior.

@coderabbitai

coderabbitai Bot commented Jul 19, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

Both CI workflows update their repository checkout step from actions/checkout@v5 to actions/checkout@v7.

Changes

Workflow checkout updates

Layer / File(s) Summary
Upgrade workflow checkout actions
.github/workflows/ci.yml, .github/workflows/publish.yml
The CI and publish workflows now use actions/checkout@v7 instead of actions/checkout@v5.

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

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
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.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely matches the workflow dependency update from actions/checkout v5 to v7.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch renovate/actions-checkout-7.x

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

@renovate
renovate Bot force-pushed the renovate/actions-checkout-7.x branch from 4aa261a to eb0c0bd Compare July 19, 2026 09:04

@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:
- Line 17: Disable checkout credential persistence in both workflow checkout
steps: update .github/workflows/ci.yml lines 17-17 and
.github/workflows/publish.yml lines 17-17 to configure checkout with
persist-credentials set to false.
🪄 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: 3f72e55c-d1f3-45f0-b7a9-6e52c7340c82

📥 Commits

Reviewing files that changed from the base of the PR and between 34e3bb4 and 4aa261a.

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

Comment thread .github/workflows/ci.yml

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v7

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔒 Security & Privacy | 🟠 Major | ⚡ Quick win

Disable checkout credential persistence in both workflows.

Both jobs execute repository/dependency code after checkout, so avoid exposing the GitHub token to those steps unless authenticated Git operations are explicitly required. (github.com)

  • .github/workflows/ci.yml#L17-L17: add with: persist-credentials: false.
  • .github/workflows/publish.yml#L17-L17: add with: persist-credentials: false.
🧰 Tools
🪛 zizmor (1.26.1)

[warning] 17-17: credential persistence through GitHub Actions artifacts (artipacked): does not set persist-credentials: false

(artipacked)

📍 Affects 2 files
  • .github/workflows/ci.yml#L17-L17 (this comment)
  • .github/workflows/publish.yml#L17-L17
🤖 Prompt for 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.

In @.github/workflows/ci.yml at line 17, Disable checkout credential persistence
in both workflow checkout steps: update .github/workflows/ci.yml lines 17-17 and
.github/workflows/publish.yml lines 17-17 to configure checkout with
persist-credentials set to false.

Source: Linters/SAST tools

@Skiipy11

Copy link
Copy Markdown
Contributor

Superseded by steward PR: checkout v7 full SHA + persist-credentials: false on ci/publish.

@renovate

renovate Bot commented Jul 19, 2026

Copy link
Copy Markdown
Contributor Author

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate
renovate Bot deleted the renovate/actions-checkout-7.x branch July 19, 2026 09:09
Skiipy11 pushed a commit that referenced this pull request Jul 19, 2026
Supersedes Renovate #6. Full commit SHA and persist-credentials: false
on ci + publish workflows.
Skiipy11 added a commit that referenced this pull request Jul 19, 2026
Supersedes Renovate #6. Full commit SHA and persist-credentials: false
on ci + publish workflows.

Co-authored-by: weekly-github-steward <steward@zensystem.ai>
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