Skip to content

chore(deps): bump actions/checkout from 4.2.2 to 7.0.0#47

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 4.2.2 to 7.0.0#47
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 Jun 24, 2026

Copy link
Copy Markdown

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

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

v6.0.0

What's Changed

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 24, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-7.0.0 branch from 8b4d827 to 1acfa3c Compare June 24, 2026 13:17
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 7.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v4.2.2...v7)

---
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 force-pushed the dependabot/github_actions/actions/checkout-7.0.0 branch from 1acfa3c to dafe46b Compare June 24, 2026 13:23
@khauersp khauersp requested a review from Copilot June 29, 2026 13:07

Copilot AI 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.

Pull request overview

Updates GitHub Actions workflows to use actions/checkout v7, keeping CI/release automation aligned with the latest upstream checkout action.

Changes:

  • Bump actions/checkout from v4.2.2 to v7.0.0 across CI, publish, and scorecard workflows.
  • Keep scorecard’s checkout pinned to a specific v7.0.0 commit SHA.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.

File Description
.github/workflows/scorecard.yml Updates the pinned actions/checkout commit to the v7.0.0 SHA used by the workflow.
.github/workflows/publish.yml Bumps actions/checkout to v7.0.0 for release/publish workflow runs.
.github/workflows/CI.yml Bumps actions/checkout to v7.0.0 across lint/test/build jobs.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v7.0.0
Comment thread .github/workflows/CI.yml
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v7.0.0
Comment thread .github/workflows/CI.yml

steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v7.0.0
Comment thread .github/workflows/CI.yml
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v7.0.0
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