Skip to content

chore(github-deps): bump actions/checkout from 6.0.2 to 6.0.3#6044

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/github_actions/actions/checkout-6.0.3
Open

chore(github-deps): bump actions/checkout from 6.0.2 to 6.0.3#6044
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/github_actions/actions/checkout-6.0.3

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 6.0.2 to 6.0.3.

Release notes

Sourced from actions/checkout's releases.

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v4.2.0

v4.1.7

... (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 6, 2026
@dependabot dependabot Bot requested a review from leseb as a code owner June 6, 2026 20:42
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 6, 2026
@dependabot dependabot Bot added the github_actions Pull requests that update GitHub Actions code label Jun 6, 2026
@dependabot dependabot Bot requested review from cdoern and skamenan7 as code owners June 6, 2026 20:42

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 2 potential issues.

View 1 additional finding in Devin Review.

Open in Devin Review

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚩 Composite action checkout pin not updated (out of scope)

The file .github/actions/setup-typescript-client/action.yml:18 uses actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0, which is a different (older) version than all the workflow files. This was not touched by the PR and is likely intentional — composite actions may pin different versions for compatibility reasons, and this particular action file wasn't in the diff. However, if the intent is to have all checkout actions at the same version, this one was missed.

Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Misleading version comment # v4 in codeql.yml instead of # v6.0.3

In codeql.yml:22, the version comment says # v4 but should say # v6.0.3 to match the actual SHA being pinned (df4cb1c069e1874edd31b4311f1884172cec0e10). All other workflow files in this PR consistently use # v6.0.3 for the same SHA. This was a pre-existing incorrect comment (# v4 when it was actually v6.0.2), and the PR's mechanical update didn't fix it, making it further out of sync. A future auditor looking at pinned action versions would incorrectly believe codeql.yml is using a different (much older) major version of the checkout action.

Suggested change
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6.0.3 branch 3 times, most recently from d494ba4 to a721df7 Compare June 8, 2026 18:52
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...df4cb1c)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6.0.3 branch from a721df7 to b2df27d Compare June 8, 2026 19:27
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