Skip to content

build(deps): bump actions/checkout from 6.0.3 to 7.0.0#2576

Merged
cpanato merged 2 commits into
mainfrom
dependabot/github_actions/actions/checkout-7.0.0
Jul 2, 2026
Merged

build(deps): bump actions/checkout from 6.0.3 to 7.0.0#2576
cpanato merged 2 commits into
mainfrom
dependabot/github_actions/actions/checkout-7.0.0

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6.0.3 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

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.3 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@df4cb1c...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 Jun 22, 2026
## What/Why
Silence actionlint's false-positive "unknown label" error for the
custom ubuntu-latest-8-core runner and quote an unquoted variable in
e2e.yaml so the actionlint report is clean of noise.

## Proof it works
actionlint 1.7.12 with shellcheck 0.11.0 exits 0 on e2e.yaml,
melange-test-pipelines.yaml, and wolfi-presubmit.yaml (previously
reported runner-label errors and SC2086).

## Risk + AI role
low -- CI-only config and a shell quoting fix; no runtime or Go code
touched, and the runner label is unchanged (verified live jobs run on
ubuntu-latest-8-core-* runners). Changes authored with Claude Opus 4.8.

## Review focus
Confirm ubuntu-latest-8-core is the correct/only custom label to
register in .github/actionlint.yaml.

Signed-off-by: jmeridth <jmeridth@gmail.com>
@jmeridth jmeridth requested a review from cpanato July 2, 2026 04:06
@jmeridth

jmeridth commented Jul 2, 2026

Copy link
Copy Markdown
Member

To any reviewers (@cpanato), I fixed the shellcheck warning and added an actionlint config so it stops saying our self hosted runner is invalid (ubuntu-latest-8-core (singular, ours) vs ubuntu-latest-8-cores (plural, GitHubs)).

@cpanato cpanato merged commit dfe5f7f into main Jul 2, 2026
62 of 63 checks passed
@cpanato cpanato deleted the dependabot/github_actions/actions/checkout-7.0.0 branch July 2, 2026 13:08
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.

2 participants