chore(deps): bump the actions group across 1 directory with 2 updates - #746
Merged
Merged
Conversation
dependabot
Bot
requested review from
JoshuaJewell and
hyperpolymath
as code owners
September 7, 2026 13:29
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions-f66bea6b28
branch
from
September 8, 2026 06:42
0eda613 to
28f3d72
Compare
Bumps the actions group with 2 updates in the / directory: [actions/deploy-pages](https://github.com/actions/deploy-pages) and [editorconfig-checker/action-editorconfig-checker](https://github.com/editorconfig-checker/action-editorconfig-checker). Updates `actions/deploy-pages` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](actions/deploy-pages@cd2ce8f...368f825) Updates `editorconfig-checker/action-editorconfig-checker` from 2.2.0 to 3.0.0 - [Release notes](https://github.com/editorconfig-checker/action-editorconfig-checker/releases) - [Commits](editorconfig-checker/action-editorconfig-checker@840e866...51f6331) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: editorconfig-checker/action-editorconfig-checker dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions-f66bea6b28
branch
from
September 8, 2026 06:53
28f3d72 to
6b8c081
Compare
|
hyperpolymath
approved these changes
Sep 8, 2026
hyperpolymath
deleted the
dependabot/github_actions/actions-f66bea6b28
branch
September 8, 2026 14:23
hyperpolymath
added a commit
that referenced
this pull request
Sep 8, 2026
…#746) (#754) ## The defect PR #746 (`chore(deps): bump the actions group across 1 directory with 2 updates`) changed pinned action refs inside `governance-reusable.yml`, `pages.yml` and `casket-pages.yml` but did **not** regenerate `.github/workflows/actions.lock`. GitHub refuses to parse a workflow whose actions are absent from its lockfile. ## Why it matters beyond this repo Any repo pinning a standards reusable at main HEAD (`257869d3`) fails with: ``` HTTP 422 - failed to parse workflow: error parsing called workflow Invalid dependency lockfile ".../actions.lock@257869d...": workflow ".github/workflows/governance-reusable.yml" references actions not present in the lockfile: editorconfig-checker/action-editorconfig-checker@51f6331 ``` The caller then dies at **startup**: zero jobs, zero check runs. The gate goes **absent, not red**, so the consuming repo's `main` looks green while nothing ran. This currently blocks the estate-wide consolidation pin-bump, whose whole purpose is to move callers onto main HEAD. Discovered by dispatching a single canary caller before propagating the bump — the 422 above is the verbatim response. ## The fix Resync the two stale lockfile entries to the shas the workflows actually reference: | action | lockfile had | workflow wants | |---|---|---| | `editorconfig-checker/action-editorconfig-checker` | `840e866d` (v2.2.0) | `51f63319` (**v3.0.0**) | | `actions/deploy-pages` | `cd2ce8fc` | `368f8252` (**v5.0.1**) | `owner_id` / `repo_id` are unchanged. Both shas were verified to exist and to carry those tags. ## Verification Audited every non-standards `uses:` ref across `.github/workflows/` against the lockfile — matching on **sha**, case-insensitively, and on the **action root** for subpath actions like `github/codeql-action/init`: ``` REAL_MISMATCHES = 0 ``` (An earlier naive exact-string audit reported 10 mismatches; 8 were false positives from subpath and letter-case differences that GitHub itself tolerates. Only the two above are genuine.) Edited surgically rather than via a bare `gh actions-lock` regeneration, which is known to be destructive on this estate. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01QMTyDv9CoJo5PfeNzyp519 Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps the actions group with 2 updates in the / directory: actions/deploy-pages and editorconfig-checker/action-editorconfig-checker.
Updates
actions/deploy-pagesfrom 5.0.0 to 5.0.1Release notes
Sourced from actions/deploy-pages's releases.
Commits
368f825Merge pull request #444 from actions/yoannchaudet-deployment-polling-backoff7e97763Validate deployment polling intervals0143e11Add backoff and jitter to deployment polling5e98f10Merge pull request #440 from actions/user/adwitiya8b0625aImprove deployment request test coverageUpdates
editorconfig-checker/action-editorconfig-checkerfrom 2.2.0 to 3.0.0Release notes
Sourced from editorconfig-checker/action-editorconfig-checker's releases.
Commits
51f6331Merge pull request #279 from editorconfig-checker/wfc70f28ealso run regen-dist workflow, when the workflow itself changesd98bed8prevent CI from running twice for dependabot PRsf2fa590Merge pull request #278 from editorconfig-checker/feat/ec-binary-name-rename19c56adfeat: support renamed editorconfig-checker release assets while keeping legac...