Skip to content

chore(deps): Bump actions/checkout from 4 to 6#2

Merged
hizrianraz merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6
May 31, 2026
Merged

chore(deps): Bump actions/checkout from 4 to 6#2
hizrianraz merged 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 May 14, 2026

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.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 @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 14, 2026

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6 branch from d5aa289 to ff3d1cb Compare May 15, 2026 10:20
hizrianraz added a commit that referenced this pull request May 18, 2026
…llback (#44)

Ainfera `slug` is the canonical-for-us identifier (e.g., `claude-opus-4-7`).
The provider's API expects its own canonical name (e.g., Anthropic's
`claude-opus-4-20251110`). Currently routing.dispatch_inference passes
`slug` directly to upstream, which works for AAMC 5 (slug == upstream name)
but blocks the 43 deactivated non-AAMC slugs whose names diverge.

## Schema (migration 0016)

- `models.provider_model_name TEXT NULL`
- Forward-compatible add-column (no backfill)

## Routing fallback

`upstream_model = model.provider_model_name or model_slug`

- NULL = adapter receives Ainfera slug as-is (current AAMC 5 behavior preserved)
- Populated = adapter receives the provider's canonical name

## Audit chain integrity

Per "no stealth substitution" rule, audit events still record `model_slug`
(Ainfera canonical). This change only affects what we send upstream.

## Deferred to follow-up

- Piece #2: fix 4 provider base_urls (groq/fireworks/deepinfra/novita) —
  requires prod DB UPDATE against `providers` table
- Piece #3: backfill provider_model_name for the 43 deactivated rows —
  requires per-provider /v1/models research + sacrificial test key access
  + T9 re-fanout

Both pieces are Discipline #6 corollary territory (prod DB writes); file
as separate sub-tickets for explicit founder auth.

Co-authored-by: Claude <noreply@anthropic.com>
hizrianraz added a commit that referenced this pull request May 23, 2026
…ce (#69)

Final piece of the cross-repo AAMC retirement (paired with sdk #11+#12,
mcp-server #12, ainfera-os #49, routing #2). Removes references to
"AAMC voter" / "voter pool" / "Council" in code comments + display
names + the (now-defunct) invariant test file.

Changes:

- adapters/openai.py: comment reframe — "AAMC voter pool" →
  "canonical routing backends".
- adapters/upstream_aliases.py: same.
- orm.py: drop the `aamc_voter` flag field-comment reference (the
  field itself stays — was repurposed as a generic catalog-eligibility
  flag; just rename the rationale in the comment).
- routers/stats.py: leaderboard endpoint comment reframe.
- services/response_normalizer.py: comment cleanup.
- services/routing.py: comment cleanup.
- scripts/seed_dev.py: display names reframed
  ("GPT-5.5 Pro (AAMC voter)" → "GPT-5.5 Pro").
- tests/integration/test_aamc_invariants.py → renamed to
  test_routing_backends_invariants.py. Test logic unchanged — it
  enforces the canonical 5-backend lock (Opus, GPT-5.5, Gemini, Grok,
  Mistral-Large), reframed away from the retired AAMC framing.

No runtime behavior change. Pure vocabulary cleanup.

Per Ontology v1.2 amendment (2026-05-22) which retired ATS/AAMC and
folded their semantics into Routing (`q_empirical` for trust;
`M_allowed` for eligibility veto). Ontology v1.3 (2026-05-23) further
made Mithril the canonical product the doctrine leads with.

Co-authored-by: Claude <noreply@anthropic.com>
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 dependabot Bot changed the title build(deps): Bump actions/checkout from 4 to 6 chore(deps): Bump actions/checkout from 4 to 6 May 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6 branch from ff3d1cb to a1839e3 Compare May 27, 2026 04:17
@hizrianraz hizrianraz merged commit b58bae9 into main May 31, 2026
0 of 3 checks passed
@hizrianraz hizrianraz deleted the dependabot/github_actions/actions/checkout-6 branch May 31, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant