Skip to content

chore(ci)(deps): bump actions/checkout from 4 to 6#10

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

chore(ci)(deps): bump actions/checkout from 4 to 6#10
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 24, 2025

Bumps actions/checkout from 4 to 6.

Release notes

Sourced from actions/checkout's releases.

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

Make sure your runner is updated to this version or newer to use this release.

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

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  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 Nov 24, 2025

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 that update a dependency file label Nov 24, 2025
@CybotTM CybotTM added the ci label Nov 28, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Nov 28, 2025

Looks like actions/checkout is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Nov 28, 2025
@dependabot dependabot Bot deleted the dependabot/github_actions/actions/checkout-6 branch November 28, 2025 23:46
CybotTM added a commit that referenced this pull request Apr 16, 2026
Covers: ER-22, ER-23, ER-04, GH-10, GH-11, GH-12.
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>
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