Skip to content

Bump actions/checkout from 6.0.2 to 7.0.1 - #179

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

Bump actions/checkout from 6.0.2 to 7.0.1#179
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-7.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 28, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6.0.2 to 7.0.1.

Release notes

Sourced from actions/checkout's releases.

v7.0.1

What's Changed

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

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.1

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.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...3d3c42e)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 28, 2026
@dependabot
dependabot Bot requested a review from muir as a code owner August 28, 2026 20:25
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 28, 2026
@cursor

cursor Bot commented Aug 28, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Scoped to CI checkout action version pins with no application or secrets logic changes; v7’s breaking behavior mainly affects unsafe fork checkout patterns this repo does not use.

Overview
Pins actions/checkout to commit 3d3c42e (release v7.0.1) in four CI workflows: codecov, CodeQL, unit tests (go.yml), and golangci-lint. Each step replaces the previous pin (de0fac2, v6.0.2); workflow triggers, permissions, and other steps are unchanged.

The v7 line includes stricter defaults around checking out fork PRs in pull_request_target / workflow_run contexts; these workflows use ordinary push / pull_request checkout with contents: read, so behavior for this repo should stay the same aside from upstream fixes (branch whitespace, git --unset escaping, dependency updates).

Reviewed by Cursor Bugbot for commit c2d0fdd. Configure here.

@muir
muir requested a lite review from Copilot September 1, 2026 17:00
@muir

muir commented Sep 1, 2026

Copy link
Copy Markdown
Collaborator

bugbot run

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

✅ Bugbot reviewed your changes and found no new issues!

Comment @cursor review or bugbot run to trigger another review on this PR

Reviewed by Cursor Bugbot for commit c2d0fdd. Configure here.

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

This PR updates the pinned actions/checkout GitHub Action used across the repository’s CI workflows from the v6.0.2 commit to the v7.0.1 commit, aligning CI with the latest upstream fixes and security hardening in checkout v7.

Changes:

  • Bump actions/checkout pin to 3d3c42e5aac5ba805825da76410c181273ba90b1 (v7.0.1) in all affected workflows.
  • Keep existing workflow structure/permissions intact while updating only the checkout action revision.

Reviewed changes

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

File Description
.github/workflows/golangci-lint.yml Updates the pinned actions/checkout commit used before running golangci-lint.
.github/workflows/go.yml Updates the pinned actions/checkout commit in the unit test matrix workflow.
.github/workflows/codeql-analysis.yml Updates the pinned actions/checkout commit used prior to CodeQL initialization and analysis.
.github/workflows/codecov.yml Updates the pinned actions/checkout commit in the test+coverage workflow (with fetch-depth settings preserved).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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

Development

Successfully merging this pull request may close these issues.

2 participants