Skip to content

chore(deps): bump actions/checkout from 4.2.2 to 6.0.2#59

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

chore(deps): bump actions/checkout from 4.2.2 to 6.0.2#59
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 8, 2026

Bumps actions/checkout from 4.2.2 to 6.0.2.

Release notes

Sourced from actions/checkout's releases.

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

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

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

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

... (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 4.2.2 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v4.2.2...v6.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 8, 2026

Labels

The following labels could not be found: ci. 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 added the dependencies Pull requests updating dependencies label May 8, 2026
@dependabot dependabot Bot requested a review from KooshaPari as a code owner May 8, 2026 04:45
@dependabot dependabot Bot added the dependencies Pull requests updating dependencies label May 8, 2026
@codeant-ai
Copy link
Copy Markdown

codeant-ai Bot commented May 8, 2026

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

issues: write
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

SUGGESTION: Minor version bump (v6 → v6.0.2)

Semantically safe patch-level update. Consider standardizing all checkouts to v6.0.2 for consistency across the workspace.

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

SUGGESTION: Minor version bump (v6 → v6.0.2)

Semantically safe patch-level update. Consider standardizing all checkouts to v6.0.2 for consistency across the workspace.

steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

SUGGESTION: Minor version bump (v6 → v6.0.2)

Semantically safe patch-level update. Consider standardizing all checkouts to v6.0.2 for consistency across the workspace.

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: Pinned to commit SHA instead of semantic version

Using @de0fac2e4500dabe0009e67214ff5f5447ce83dd makes it unclear what version is in use and is harder to maintain. Replace with @v6.0.2 to match semantic versioning.

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: Pinned to commit SHA instead of semantic version

Using @de0fac2e4500dabe0009e67214ff5f5447ce83dd makes it unclear what version is in use and is harder to maintain. Replace with @v6.0.2 to match semantic versioning.

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: Pinned to commit SHA instead of semantic version

Using @de0fac2e4500dabe0009e67214ff5f5447ce83dd makes it unclear what version is in use and is harder to maintain. Replace with @v6.0.2 to match semantic versioning.

continue-on-error: true
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: Pinned to commit SHA instead of semantic version

Using @de0fac2e4500dabe0009e67214ff5f5447ce83dd makes it unclear what version is in use and is harder to maintain. Replace with @v6.0.2 to match semantic versioning.

environment: release
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: Pinned to commit SHA instead of semantic version

Using @de0fac2e4500dabe0009e67214ff5f5447ce83dd makes it unclear what version is in use and is harder to maintain. Replace with @v6.0.2 to match semantic versioning.


steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: Pinned to commit SHA instead of semantic version

Using @de0fac2e4500dabe0009e67214ff5f5447ce83dd makes it unclear what version is in use and is harder to maintain. Replace with @v6.0.2 to match semantic versioning.

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

WARNING: Pinned to commit SHA instead of semantic version

Using @de0fac2e4500dabe0009e67214ff5f5447ce83dd makes it unclear what version is in use and is harder to maintain. Replace with @v6.0.2 to match semantic versioning.

@kilo-code-bot
Copy link
Copy Markdown

kilo-code-bot Bot commented May 8, 2026

Code Review Summary

Status: 2 Issues Found | Recommendation: Changes Requested

Overview

Severity Count
CRITICAL 0
WARNING 2
SUGGESTION 1
CONSIDER 1
Issue Details (click to expand)

WARNING

File Line Issue
.github/workflows/doc-links.yml 11 Pinned to commit SHA instead of semantic version
.github/workflows/fr-coverage.yml 11 Pinned to commit SHA instead of semantic version
.github/workflows/pages.yml 26 Pinned to commit SHA instead of semantic version
.github/workflows/quality-gate.yml 12 Pinned to commit SHA instead of semantic version
.github/workflows/release.yml 23 Pinned to commit SHA instead of semantic version
.github/workflows/scorecard.yml 26 Pinned to commit SHA instead of semantic version
.github/workflows/trufflehog.yml 14 Pinned to commit SHA instead of semantic version

SUGGESTION

File Line Issue
.github/workflows/cargo-audit.yml 25 Minor version bump (v6 → v6.0.2)
.github/workflows/codeql-rust.yml 27 Minor version bump (v6 → v6.0.2)
.github/workflows/codeql.yml 31 Minor version bump (v6 → v6.0.2)

CONSIDER

File Line Issue
.github/workflows/scorecard.yml 26 actions/checkout v6 requires minimum Actions Runner v2.327.1; persist-credentials: false is correctly set for this security-sensitive workflow
Other Observations (not in diff)

No issues found in unchanged code.

Files Reviewed (10 files)
  • .github/workflows/cargo-audit.yml - version tag update
  • .github/workflows/codeql-rust.yml - version tag update
  • .github/workflows/codeql.yml - version tag update
  • .github/workflows/doc-links.yml - commit SHA update
  • .github/workflows/fr-coverage.yml - commit SHA update
  • .github/workflows/pages.yml - commit SHA update
  • .github/workflows/quality-gate.yml - commit SHA update
  • .github/workflows/release.yml - commit SHA update
  • .github/workflows/scorecard.yml - commit SHA update
  • .github/workflows/trufflehog.yml - commit SHA update

Fix these issues in Kilo Cloud


Reviewed by step-3.5-flash · 295,085 tokens

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests updating dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants