Skip to content

Bump actions/checkout from 6 to 6.0.2#210

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6.0.2
Jun 3, 2026
Merged

Bump actions/checkout from 6 to 6.0.2#210
github-actions[bot] merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6.0.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Changelog

Sourced from actions/checkout's changelog.

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

v4.1.6

v4.1.5

... (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 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v6.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner June 3, 2026 18:51
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 3, 2026

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

Automated: approving this pull request because it includes a patch update

@github-actions github-actions Bot enabled auto-merge (squash) June 3, 2026 18:52
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

🤖 Claude Code Review


Code Review

PR Summary: Bump actions/checkout from v6 to v6.0.2 in .github/workflows/pylint.yaml.


Code Quality

  • Style guide: Single-line YAML change is consistent with the file's existing formatting.
  • No commented-out code: The existing # shellcheck disable=SC2046 is a functional directive, not commented-out code.
  • Meaningful names: N/A for this change.
  • DRY principle: N/A.
  • Defects: No bugs or logic errors. The pin from a floating major tag (v6) to an explicit patch tag (v6.0.2) is a standard supply-chain hardening practice.
  • ℹ️ Minor observation (out of scope for this PR): actions/setup-python@v6 on line 25 still uses the floating v6 tag. Consider pinning it in a follow-up for consistency.

Testing

  • ✅ N/A — workflow infrastructure change only; no application logic modified.

Documentation

  • README: No update needed.
  • API docs: No update needed.
  • Inline comments: No complex logic requiring explanation.
  • CHANGELOG.md: Not updated. For dependency bumps of this type (Dependabot-style), many Senzing repos omit CHANGELOG entries — acceptable if that is the project convention, but flagged for awareness.

Security

  • No hardcoded credentials.
  • No .lic files committed.
  • Supply-chain improvement: Pinning to v6.0.2 rather than the mutable v6 tag reduces the risk of a tag being silently moved to a different (potentially malicious) commit.

Overall: This is a clean, low-risk dependency pin. The only item worth a follow-up is pinning actions/setup-python to a specific patch version for the same supply-chain reason.

Automated code review analyzing defects and coding standards

@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

Super-linter summary

Language Validation result
CHECKOV Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Pass ✅
YAML Pass ✅
YAML_PRETTIER Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@github-actions github-actions Bot merged commit 2399641 into main Jun 3, 2026
26 checks passed
@github-actions github-actions Bot deleted the dependabot/github_actions/actions/checkout-6.0.2 branch June 3, 2026 18:54
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.

2 participants