Skip to content

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0#12592

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

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0#12592
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/actions/checkout-7.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6.0.2 to 7.0.0.

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

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)

Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...9c091bb)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 7.0.0
  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 Jul 5, 2026
@dependabot dependabot Bot requested a review from a team as a code owner July 5, 2026 22:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 5, 2026
@update-docs

update-docs Bot commented Jul 5, 2026

Copy link
Copy Markdown

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

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

Bumps actions/checkout from v6.0.2 to v7.0.0 (SHA-pinned) across four workflow files.

Findings

Nothing blocking. Official GitHub-owned action, SHA-pinned per OSPO policy. Major version bump, but checkout's behavior for the plain-clone usage in these workflows is unaffected.

Cross-platform check

N/A — CI workflow only.

Verdict

Approved

🤖 Automated review by Claude Code (security · stability · performance · coverage)


Generated by Claude Code

dj4oC commented Jul 8, 2026

Copy link
Copy Markdown
  • CI status: failing: gui-tests
  • Root cause investigated: job log shows ❌ ocis failed to start followed by [SQUISH] Failed to install squish. — an oCIS test-container/Squish-install infra failure, not caused by this dependency bump. Identical failure reproduces on chore(deps): bump actions/cache from 5.0.4 to 6.1.0 #12590 and chore(deps): bump actions/create-github-app-token from 1.11.6 to 3.2.0 #12591 (unrelated diffs, same job), pointing to a shared CI runner/service-container issue rather than something introduced here.
  • Recommended action: maintainer should check the gui-tests job's oCIS service container (image pull/startup) and the Squish install step — not fixable from this diff.
  • Content review: unchanged from prior approval — nothing blocking.

🤖 Automated review by Claude Code (security · stability · performance · coverage)


Generated by Claude Code

dj4oC commented Jul 8, 2026

Copy link
Copy Markdown
  • Root-cause update (refines prior comment): job log for gui-tests shows two distinct symptoms — an oCIS health-check timeout (web reachability: connection refused) and, separately, [SQUISH] Failed to install squish. ... license key not specified with LICENSEKEY empty in the job env.
  • The LICENSEKEY env is empty specifically because GitHub Actions does not forward normal repository secrets to pull_request-triggered workflow runs opened by Dependabot — they must be added separately under Settings → Secrets and variables → Dependabot. That's the actual reason this reproduces identically on chore(deps): bump actions/cache from 5.0.4 to 6.1.0 #12590, chore(deps): bump actions/create-github-app-token from 1.11.6 to 3.2.0 #12591, and this PR, but not on human-authored PRs.
  • Fix (needs repo admin, not fixable from this diff): add LICENSEKEY (and any other secret gui-tests consumes) as a Dependabot secret, or mark gui-tests non-required for dependabot/** branches.
  • Verdict unchanged: approved on content; CI failure is infra-side, tracked here for a maintainer to action.

🤖 Automated review by Claude Code (security · stability · performance · coverage)


Generated by Claude Code

dj4oC commented Jul 8, 2026

Copy link
Copy Markdown
  • Security: no findings (unchanged from prior review)
  • Stability: no findings (unchanged from prior review)
  • Performance: no findings (unchanged from prior review)
  • Test coverage: n/a — CI workflow bump only
  • TODOs found: none
  • Dependency touched: no (GitHub Actions pin bump, not an app dependency manifest)
  • CI status: failing: gui-tests — root cause confirmed via job log: Squish install aborts with "Cannot perform unattended installation; license key not specified" (LICENSEKEY env is empty). This is a CI infrastructure issue (missing/expired Squish license secret), reproducing identically on chore(deps): bump actions/create-github-app-token from 1.11.6 to 3.2.0 #12591 which touches unrelated workflow files — not caused by this PR's diff. Flagging for maintainer action on the repo secret; no code change needed here.
  • Stale review: no

🤖 Automated review by Claude Code (security · stability · performance · coverage)


Generated by Claude Code

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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant