Skip to content

ci: bump actions/checkout from 6 to 7#345

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7
Open

ci: bump actions/checkout from 6 to 7#345
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 20, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6 to 7.

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrade all GitHub Actions workflows to actions/checkout@v7 for security updates and upstream behavior changes. Note: v7 blocks checking out fork PRs for pull_request_target and workflow_run.

  • Dependencies

    • Bump actions/checkout from v6 to v7 in ci.yml, coverage.yml, codspeed.yml, fuzz.yml, pages.yml, profile.yml, and release.yml.
  • Migration

    • If any workflow checks out fork PRs using pull_request_target or workflow_run, switch to pull_request or adjust the strategy/permissions accordingly.

Written for commit ae59be3. Summary will update on new commits.

Review in cubic

Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 20, 2026
@github-actions github-actions Bot added the ci label Jun 20, 2026

@sovri sovri 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.

Sovri code review

❌ Request changes

1 finding — 1 major

Review assessment

Effort: ●●●●● 5/5
Metrics: 1 finding · 1 file touched · 1 blocker plus major finding

Severity distribution:
Total: 1 finding
Bar: █

  • 🔴 major: 1 finding

TL;DR

The pull request updates the actions/checkout dependency from version 6 to 7 across multiple GitHub Actions workflows. This upgrade introduces breaking changes, including blocking checkout of fork PRs for pull_request_target and workflow_run events, which may impact workflows relying on forked repositories. No code logic changes were made beyond the version bump.

Findings

Severity Location Title Details
🔴 .github/workflows/ci.yml:20 Fork PR checkout blocked for pull_request_target and workflow_run events The upgrade to actions/checkout@v7 introduces a breaking change that blocks checking out fork PRs for pull_request_target and workflow_run events. If this workflow relies on forked repositories for these events, it will fail, disrupting CI/CD pipelines.

File-by-file

.github/workflows/ci.yml

1 finding

  • .github/workflows/ci.yml:20 Fork PR checkout blocked for pull_request_target and workflow_run events
Compliance & provenance

Compliance & audit

Model: mistral / mistral-large-latest
Prompt sha256: 891fdeb2ca3a171e373fbfe4fadb07fd43be7314fe99f28c3652a312de298b67
No signed audit trail is attached

Fork PR checkout blocked for pull_request_target and workflow_run events — .github/workflows/ci.yml:20

🔍 Audit Reference: SOVRI-SC-C33B-35F3


Tokens: 8831 in / 1340 out · Estimated cost: $0.0064 (mistral mistral-large-latest)

Sovri

Comment thread .github/workflows/ci.yml

steps:
- uses: actions/checkout@v6
- 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
Fork PR checkout blocked for pull_request_target and workflow_run events

Problem: The upgrade to actions/checkout@v7 introduces a breaking change that blocks checking out fork PRs for pull_request_target and workflow_run events. If this workflow relies on forked repositories for these events, it will fail, disrupting CI/CD pipelines.

Fix: Review the workflow to determine if it processes PRs from forks using pull_request_target or workflow_run. If so, either adjust the workflow logic to avoid relying on forked PRs or pin to actions/checkout@v6 until the workflow can be updated to accommodate the new behavior.

🔍 Audit Reference: SOVRI-SC-C33B-35F3

@codspeed-hq

codspeed-hq Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will improve performance by 28.12%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 2 improved benchmarks
✅ 47 untouched benchmarks

Performance Changes

Benchmark BASE HEAD Efficiency
insert[100] 16.4 µs 11.1 µs +48%
insert[1000] 11 µs 9.9 µs +10.91%

Tip

Curious why this is faster? Comment @codspeedbot explain why this is faster on this PR, or directly use the CodSpeed MCP with your agent.


Comparing dependabot/github_actions/actions/checkout-7 (ae59be3) with main (bf6a128)

Open in CodSpeed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants