Skip to content

chore(deps): bump actions/checkout from 4.3.1 to 6.0.2#1

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

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

Conversation

@dependabot
Copy link
Copy Markdown

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

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

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)

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

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)

plusultra-ops and others added 10 commits May 15, 2026 15:49
…pydantic dep

- Homepage/Issues URLs were pointing at github.com/plusultra/... (404, wrong org slug).
  Replaced with github.com/plusultra-tools/... per red-team blocker A.
- pydantic>=2.0 was declared but never imported anywhere in src/. Removed to
  avoid forcing a ~5 MB transitive dep for a feature that does not exist
  (red-team major B/A).
Per red-team blockers (Persona C/E #1, Persona A #2):
- Replace 'zero-config validator' pitch with explicit 'scaffold, not validator'
  status block at the top. Almost any resource returns valid=true in v0.1; this is
  documented expectation.
- Strike 'Hosted CI-as-a-service €19-49/mo' pricing block (no DPA, no Stripe, no
  legal entity; premature commercial claim).
- Strike r/HL7 distribution claim (subreddit does not exist).
- Add badges (CI, Python, License, Status).
- Add explicit 'Use HAPI/Firely if you need real validation today' callout.
- Add HL7/FHIR trademark attribution.
- Drop pricing entirely until a design partner exists.
Per red-team Persona D blocker: v0.1.0 returned True for any bytes when the
manifest entry was marked placeholder=true. In v0.2 (when real packs ship)
this would be a supply-chain hole: an attacker re-flagging a tampered pack
as placeholder bypasses verification silently.

Fix: placeholder entries have NO integrity claim by construction and now
always return False. Callers that want to accept a placeholder must
inspect get_ig(name).placeholder explicitly; verify_pack_integrity will
never assert 'verified' for them.

Adds 3 regression tests covering unknown IG, default fail-closed, and
opted-in path.
Per red-team Persona D major:
- Pin actions/checkout@v4 to commit 34e114876b0b... (full SHA)
- Pin actions/setup-python@v5 to commit a26af69be951... (full SHA)
- Tag-based pinning lets a compromise of the action publisher's release tag
  propagate to all downstream pipelines; SHA-pinning prevents that.
- Trailing comment preserves the human-readable version for review.
- Add dependabot.yml so action+pip pins are kept fresh with reviewed PRs
  (weekly schedule, cap 5 open PRs per ecosystem).
…G date

Per red-team Persona A major + Persona C blocker:
- CONTRIBUTING.md was missing. New file covers dev install, test command,
  PHI redaction rules for bug reports, PR checklist (no real PHI, manifest
  sha256 either real or placeholder).
- CHANGELOG was dated 2026-05-14 (workspace build date) but the repo
  pushed 2026-05-15. Align to actual publish date so wheel metadata
  matches.
- Document the fail-closed change + Actions SHA-pin under Security.
Per red-team Persona D major:
- Without an upper bound on resource size, a 1 GB JSON file will OOM the
  process. Reject anything over 100 MB by default (FHIR resources in
  practice are <1 MB; this is a generous Bundle ceiling). Tunable via
  FHIRV_MAX_RESOURCE_BYTES env var.
- Reject top-level JSON arrays / scalars early (must be a resource object).
  Previously these would crash in validator with unhelpful tracebacks.
…handling

Per red-team Persona C minor + D major + C blocker:
- Note CRA Annex VII alignment from late 2027 (24h notification for actively
  exploited vulns); v0.1 stays at best-effort 72h pre-CRA.
- Reflect the fail-closed change: placeholder packs have no integrity claim
  by construction. Real verification arrives with real packs in v0.2.
- Mention the 100 MB input cap as partial DoS mitigation.
- Forbid PHI in issues; point to CONTRIBUTING for redaction guidance.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.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@34e1148...de0fac2)

---
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 dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 15, 2026
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