Skip to content

chore(deps): bump devantler-tech/actions/.github/workflows/template-sync.yaml from 13.2.3 to 13.3.0 - #222

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/devantler-tech/actions/dot-github/workflows/template-sync.yaml-13.3.0
Closed

chore(deps): bump devantler-tech/actions/.github/workflows/template-sync.yaml from 13.2.3 to 13.3.0#222
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/devantler-tech/actions/dot-github/workflows/template-sync.yaml-13.3.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bumps devantler-tech/actions/.github/workflows/template-sync.yaml from 13.2.3 to 13.3.0.

Release notes

Sourced from devantler-tech/actions/.github/workflows/template-sync.yaml's releases.

v13.3.0

13.3.0 (2026-09-04)

Features

  • security: turn signed auto-fix commits on, including for the org-required Go run (#1134) (86bf055)
Changelog

Sourced from devantler-tech/actions/.github/workflows/template-sync.yaml's changelog.

Changelog

13.3.0 (2026-09-04)

Features

  • security: turn signed auto-fix commits on, including for the org-required Go run (#1134) (86bf055)

13.2.3 (2026-08-28)

Bug Fixes

  • security: pin gh release digests in-repo to close the substitution gap (#1107) (130eca7)

13.2.2 (2026-08-27)

Bug Fixes

  • todo-scanner: expose reusable ignore input (87f431f)

13.2.1 (2026-08-25)

Bug Fixes

  • lint: make applied-fixes artifacts invocation-unique (#1085) (9d258c7)

13.2.0 (2026-08-25)

Features

  • add guard-installed-skill-edits composite action (#1054) (866f242)

13.1.8 (2026-08-25)

Bug Fixes

13.1.7 (2026-08-25)

Bug Fixes

  • update-agent-skills: sign the updater's commits (#1038) (3a80a05)

... (truncated)

Commits
  • 4f4e07a chore(main): release 13.3.0 (#1139)
  • 86bf055 feat(security): turn signed auto-fix commits on, including for the org-requir...
  • 590e8d9 test(security): match the apply-fixes signing call by shape, not by spacing (...
  • 5d37648 test(security): assert the org-required Go pipeline's fixer lanes hold no wri...
  • 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 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)

…ync.yaml

Bumps [devantler-tech/actions/.github/workflows/template-sync.yaml](https://github.com/devantler-tech/actions) from 13.2.3 to 13.3.0.
- [Release notes](https://github.com/devantler-tech/actions/releases)
- [Changelog](https://github.com/devantler-tech/actions/blob/main/CHANGELOG.md)
- [Commits](devantler-tech/actions@3ee6cb9...4f4e07a)

---
updated-dependencies:
- dependency-name: devantler-tech/actions/.github/workflows/template-sync.yaml
  dependency-version: 13.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@botantler-1
botantler-1 Bot enabled auto-merge (squash) September 5, 2026 05:23
devantler added a commit that referenced this pull request Sep 5, 2026
…228)

The pin contract requires every devantler-tech/actions caller to pin the same
commit and carry the same version comment. Dependabot opens one PR per caller,
so each of #219, #221 and #222 bumps a single file and leaves the other two at
v13.2.3 -- failing "every devantler-tech/actions caller must pin the same
commit" on all three. None of them can merge alone, and auto-merge cannot
resolve it, so the three deadlock each other.

Bump all three callers together so the invariant holds:
  cd.yaml            publish-app.yaml
  release.yaml       create-release.yaml
  template-sync.yaml template-sync.yaml
to 4f4e07a3ebf3e1161756a292966e36c91a65ee04 (v13.3.0).

Verified: the tag v13.3.0 resolves to that commit, all three reusable
workflows exist there, and the commit is identical to the actions default
branch. Reproduced the failure by bumping one file (RED) and confirmed the
atomic bump passes (GREEN).

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
@devantler

Copy link
Copy Markdown
Contributor

🤖 Generated by the Agentic Engineer

Superseded by #228, which merged as 5ebb59eb and moved all three devantler-tech/actions callers
to v13.3.0 (4f4e07a3) in one commit.

This PR could not merge on its own. The pin contract requires every caller to ride the same commit,
and Dependabot raises one PR per caller — so this one bumped a single workflow, left the other two on
v13.2.3, and failed the required Workflow Caller Pins check. The same was true of its two siblings,
so no merge order among them could have worked.

The dependency this PR proposes is already on main, so there is nothing left to merge. Closing.

Recurrence is tracked in #227 and fixed by #229, which groups these bumps into a single PR.

@devantler devantler closed this Sep 5, 2026
auto-merge was automatically disabled September 5, 2026 06:18

Pull request was closed

@dependabot @github

dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@devantler
devantler deleted the dependabot/github_actions/devantler-tech/actions/dot-github/workflows/template-sync.yaml-13.3.0 branch September 5, 2026 06:18
devantler added a commit that referenced this pull request Sep 5, 2026
…229)

The workflow-caller pin contract requires all three devantler-tech/actions
callers to ride one commit. Dependabot treats each reusable workflow as its own
dependency, so ungrouped it opens one PR per caller -- #219, #221 and #222 each
touched exactly one file -- and each lands with the other two behind, failing
"every devantler-tech/actions caller must pin the same commit" in required CI.
No merge order rescues it, so the PRs deadlock and the update never lands.

devantler-tech/platform-tenant-template already carries this fix, but
.github/dependabot.yml is listed in .templatesyncignore -- this tenant owns the
file so it can add the npm and docker ecosystems -- so template-sync has never
delivered it here.

Add the grouping to the github-actions ecosystem only. npm, docker, the
open-pull-requests-limit and the devantler-tech/* cooldown exclusion are
unchanged; the change is a pure insertion, with all 28 original lines intact.

Fixes #227

Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant