IBX-11778: Updated deprecated GitHub Actions in tag-triggered workflows - #11
Open
alongosz wants to merge 1 commit into
Open
IBX-11778: Updated deprecated GitHub Actions in tag-triggered workflows#11alongosz wants to merge 1 commit into
alongosz wants to merge 1 commit into
Conversation
Upgraded or replaced the GitHub Actions in browser-tests.yaml and api_refs.yaml that still run on the deprecated Node.js 20 runtime (to be removed from GitHub runners on September 16th, 2026): - Bumped actions/create-github-app-token from v2 to v3, switching the deprecated app-id input to client-id - Replaced octokit/request-action workflow-dispatch calls with gh api --method POST, which also drops the !!str ref workaround - Bumped the runner to ubuntu-26.04 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 21, 2026
Open
Open
alongosz
marked this pull request as ready for review
August 6, 2026 11:07
alongosz
marked this pull request as draft
August 6, 2026 11:08
alongosz
marked this pull request as ready for review
August 6, 2026 14:10
alongosz
requested review from
Steveb-p,
ViniTou,
barw4,
bnowak,
ciastektk,
konradoboza,
mikadamczyk,
tbialcz and
wiewiurdp
August 6, 2026 14:12
konradoboza
approved these changes
Aug 6, 2026
bnowak
approved these changes
Aug 7, 2026
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.
Related PRs:
Description:
Upgraded or replaced the GitHub Actions in the tag-triggered
browser-tests.yamlandapi_refs.yamlworkflows that still run on the deprecated Node.js 20 runtime (to be removed from GitHub runners on September 16th, 2026):actions/create-github-app-tokenfrom v2 to v3, switching the deprecatedapp-idinput toclient-id;octokit/request-action@v2.xworkflow-dispatch calls withgh api --method POST, which also drops the!!strref workaround;ubuntu-26.04.The
release_tag.yamlworkflow only calls theibexa/gh-workflows/...@mainreusable workflow (deliberately trunk-tracking, already covered by ibexa/gh-workflows#103) and required no changes.For QA:
The
browser-testsdispatch idiom (create-github-app-token@v3+gh api --method POST) is tested identically to ibexa/oss-skeleton — see oss-skeleton#10's "For QA". Theapi_refsdispatch shares the same idiom.Test status:
workflow_dispatchmock of theapi_refspayload in ibexa/gha-testing, pointed at a receiver in the same repo instead ofibexa/documentation-developerSkeleton Dispatch Trigger run 31096752598 — token generated viacreate-github-app-token@v3/client-id,gh api --method POSTdispatch succeeded, receiver loggedversion: v5.0.9Dispatch Receiver run 31096762025 — same value the retiredoctokit/request-actionJSON payload carriedNote: dispatching the real
documentation-developerapi_refs.yamlwith this payload (an existing tag,v5.0.9) was attempted and cancelled before the commit/PR step — that workflow still runs oncreate-github-app-token@v2/ubuntu-latestand needs its own update pass, tracked separately.Documentation:
No documentation required.