Skip to content

ci: bump actions/checkout from 6 to 7 in the github-actions group#23

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-640176b5ab
Open

ci: bump actions/checkout from 6 to 7 in the github-actions group#23
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/github-actions-640176b5ab

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 1 update: actions/checkout.

Updates actions/checkout from 6 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.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

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 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.

@dependabot dependabot Bot requested a review from jeckyl2010 as a code owner June 22, 2026 04:18
@greptile-apps

greptile-apps Bot commented Jun 22, 2026

Copy link
Copy Markdown

Greptile Summary

This is a Dependabot-generated PR that upgrades actions/checkout from v6 to v7 across all five GitHub Actions workflow files in the repository.

  • Version bump across 5 workflows: checks.yml, codeql.yml, copilot-setup-steps.yml, release.yml, and scorecard.yml each have their actions/checkout reference updated from @v6 to @v7 — no other changes are made.
  • Security improvement in v7: The headline change in actions/checkout v7 is blocking checkout of fork PRs for pull_request_target and workflow_run triggers. None of the updated workflows use those triggers, so there is no behavioral change for this repository, but the upgrade still picks up dependency updates and future fixes within the v7 line.

Confidence Score: 5/5

Safe to merge — all changes are a single-line version tag bump in each workflow file, generated and validated by Dependabot.

Every changed file receives only the actions/checkout tag update from @v6 to @v7. None of the workflows use pull_request_target or workflow_run triggers, so the v7 behavioral change (blocking fork-PR checkout in those contexts) has no effect here. The update is mechanical and carries no logic changes.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/checks.yml Bumps actions/checkout from v6 to v7; workflow uses workflow_call trigger with no pull_request_target or workflow_run.
.github/workflows/codeql.yml Bumps actions/checkout from v6 to v7; standard CodeQL analysis workflow.
.github/workflows/copilot-setup-steps.yml Bumps actions/checkout from v6 to v7; Copilot environment setup workflow.
.github/workflows/release.yml Bumps actions/checkout from v6 to v7; release workflow.
.github/workflows/scorecard.yml Bumps actions/checkout from v6 to v7; uses push/schedule/workflow_dispatch triggers only.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[Dependabot PR] --> B[actions/checkout v6 → v7]
    B --> C[checks.yml]
    B --> D[codeql.yml]
    B --> E[copilot-setup-steps.yml]
    B --> F[release.yml]
    B --> G[scorecard.yml]
    C --> H[workflow_call trigger]
    D --> I[push / pull_request trigger]
    E --> J[workflow_call trigger]
    F --> K[push / tag trigger]
    G --> L[push / schedule / workflow_dispatch]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[Dependabot PR] --> B[actions/checkout v6 → v7]
    B --> C[checks.yml]
    B --> D[codeql.yml]
    B --> E[copilot-setup-steps.yml]
    B --> F[release.yml]
    B --> G[scorecard.yml]
    C --> H[workflow_call trigger]
    D --> I[push / pull_request trigger]
    E --> J[workflow_call trigger]
    F --> K[push / tag trigger]
    G --> L[push / schedule / workflow_dispatch]
Loading

Reviews (1): Last reviewed commit: "ci: bump actions/checkout from 6 to 7 in..." | Re-trigger Greptile

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants