Skip to content

chore(actions): bump actions/checkout from 4 to 7#486

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

chore(actions): bump actions/checkout from 4 to 7#486
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 4 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.1.0

What's Changed

https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout/ for more details about this breaking change

Full Changelog: actions/checkout@v6.0.3...v6.1.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

... (truncated)

Commits

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

github-actions Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

🛰️ PR Sweeper report

Risk: 🟠 MEDIUM · Security gate: ✅ passing · Files: 4

🔒 Automated guardrails (authoritative)

Category Location Finding
⚠️ scope Touches security-sensitive path(s): .github/workflows/build-catalog.yml, .github/workflows/content-spring-cleaning.yml, .github/workflows/traffic-stats.yml, .github/workflows/update-message-center.yml. Maintainer + security review required.

🤖 Dual-model AI review (advisory)

Deep-reasoning revieweropenai/o3 · verdict: comment · risk: low

Changes only bump actions/checkout to v7 and one setup-node SHA. No secrets or malicious logic present. Main concern is the use of floating action tags in several workflows, which can introduce supply-chain risk and version inconsistency compared with the SHA-pinned usage in update-message-center.yml.

Security notes:

  • low .github/workflows/build-catalog.yml:5 — actions/checkout is referenced by floating tag v7; pinning to a full commit SHA is safer to prevent supply-chain surprises.
  • low .github/workflows/content-spring-cleaning.yml:5 — actions/checkout is referenced by floating tag v7; consider pinning.
  • low .github/workflows/traffic-stats.yml:6 — actions/checkout is referenced by floating tag v7; consider pinning.
  • low .github/workflows/update-message-center.yml:4 — Mixed pinning strategy: checkout is pinned to SHA, but setup-node in other workflows is unpinned. Consistency helps security posture.

Quality notes:

  • .github/workflows/build-catalog.ymlsetup-node is still on v4 here while update-message-center.yml uses v5; consider aligning versions or documenting the difference.
  • .github/workflows/* — Updating to a new major of actions/checkout (v7) can change default behaviors (e.g., submodules, fetch-depth default). Make sure workflows were tested end-to-end.

✅ Suggested next steps

  • Pin all critical GitHub Actions (checkout, setup-node) to specific commit SHAs for reproducibility and supply-chain safety.
  • Verify that actions/checkout@​v7 behavior matches previous versions for these workflows (e.g., default fetch-depth, sparse-checkout) to avoid runtime surprises.
  • Consider standardizing setup-node version across workflows or documenting why different versions are required.

The automated guardrails are authoritative and gate the security status. The AI review is advisory and never auto-merges. Thanks for contributing to FastTrack! 🛩️

@github-actions github-actions Bot added sweeper:ai-reviewed PR Sweeper: dual-model AI review attached sweeper:risk-medium PR Sweeper: medium risk sweeper:scope-review PR Sweeper: scope/sensitive-path review labels Jul 22, 2026
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v4...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 force-pushed the dependabot/github_actions/actions/checkout-7 branch from c1693dc to 947b47c Compare July 22, 2026 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file sweeper:ai-reviewed PR Sweeper: dual-model AI review attached sweeper:risk-medium PR Sweeper: medium risk sweeper:scope-review PR Sweeper: scope/sensitive-path review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants