Skip to content

chore(ci)(deps): bump actions/checkout from 6.0.1 to 6.0.2#23

Merged
CybotTM merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6.0.2
Jan 26, 2026
Merged

chore(ci)(deps): bump actions/checkout from 6.0.1 to 6.0.2#23
CybotTM merged 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 Jan 26, 2026

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

Changelog

Sourced from actions/checkout's changelog.

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

... (truncated)

Commits
  • de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
  • 064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...
  • See full diff in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.1 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@8e8c483...de0fac2)

---
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 added ci dependencies Pull requests that update a dependency file labels Jan 26, 2026
@CybotTM CybotTM merged commit e64145e into main Jan 26, 2026
9 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/actions/checkout-6.0.2 branch January 26, 2026 21:27
CybotTM added a commit that referenced this pull request Apr 17, 2026
## Summary

Closes the actionable gaps flagged by `/automated-assessment` across the
`agent-rules`, `git-workflow`, `github-project`, and
`enterprise-readiness` skill checkpoints.

Starting state: 28 pass / 59 fail (7 errors, 45 warnings).
After this PR: **66 pass / 31 fail** (4 errors, 11 warnings, 16 info).

Remaining failures are all either checker false positives (script bugs —
AG-13 double-escaped regex, GH-24/26 multi-line regex, GH-30/31
command-whitelist rejections), PHP-centric checks that don't apply to
this Python project (ER-02 `composer audit`), external-registration
dependent (ER-05 OpenSSF Best Practices badge), or info-level optional
sections.

## What changed

| Commit | What |
|---|---|
|
[`139e9bf`](139e9bf)
| Governance files: `SECURITY.md`, `CHANGELOG.md`, `.github/CODEOWNERS`,
`.github/PULL_REQUEST_TEMPLATE.md` |
|
[`304dddd`](304dddd)
| Supply-chain workflows: `codeql.yml` (security-extended +
security-and-quality), `scorecard.yml`, `dependency-review.yml` |
|
[`5c006ab`](5c006ab)
| `.pre-commit-config.yaml`: flake8, black, isort, shellcheck, hygiene
hooks |
|
[`28654fa`](28654fa)
| README badges: CI, CodeQL, Codecov, OpenSSF Scorecard, License |
|
[`e427278`](e427278)
| AGENTS.md: canonical sections (Setup / Development / Testing /
Architecture / Commands) + `Last verified` footer |
|
[`a593745`](a593745)
| `security.yml` (pip-audit + bandit + CycloneDX SBOM) + `vendor/` in
`.gitignore` |
|
[`a616933`](a616933)
| `step-security/harden-runner` in CodeQL, Scorecard, dependency-review
workflows (audit mode) |

All GitHub Actions SHA-pinned. YAML + bash syntax validated. Full test
suite: 546 passed.

## Checkpoints covered

Errors: ER-22, GH-11, ER-01, ER-03, GH-19 (+2 false-positive multi-line
regex errors remain: GH-24 / GH-26).
Warnings: GW-03, GW-05, GW-06, GW-14, GH-3, GH-5, GH-10, GH-12, ER-04,
ER-19, ER-20, ER-21, ER-23, ER-27, ER-44, AG-03 through AG-07, AG-18.

## Not in scope

- **ER-05** (bestpractices.dev badge) — requires external registration
at [openssf.org/bestpractices](https://www.bestpractices.dev/), not a
code change.
- **PHP/TYPO3-specific checks** (ER-70/71/72/73 Infection mutation
targets, ER-31 phpstan baseline, ER-02 `composer audit`) — false
positives for a Python project.
- **Script-whitelist rejections** (GW-15, GH-6, GH-23, GH-30, GH-31,
ER-43) — the checkpoint runner's allowed-command whitelist is overly
restrictive; re-check manually if needed.
- **AG-13** (`Commands (verified…)` heading regex) — checker's YAML
parser double-escapes backslashes, making the regex uncompilable.
Unfixable content-side.
- **AG-12, AG-14–17, AG-26** — info-level optional AGENTS.md sections.

## Test plan

- [x] `uv run pytest` — 546 passed, 1 skipped
- [x] `python3 -c "import yaml; yaml.safe_load(open(f))"` on every
new/modified workflow
- [x] `/automated-assessment` re-run: 66 pass / 31 fail (was 28/59)
- [ ] CI run on this branch to confirm the three new workflows execute
and pass on push/PR.
- [ ] Monitor first Scorecard weekly run; publish badge to the badges
row if score is reasonable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant