chore: sync main into validation-framework (create-github-app-token v2→v3)#149
Merged
hdamker merged 2 commits intovalidation-frameworkfrom Apr 10, 2026
Merged
chore: sync main into validation-framework (create-github-app-token v2→v3)#149hdamker merged 2 commits intovalidation-frameworkfrom
hdamker merged 2 commits intovalidation-frameworkfrom
Conversation
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2 to 3. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2...v3) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…actions/create-github-app-token-3 chore(deps): bump actions/create-github-app-token from 2 to 3
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.
What type of PR is this?
What this PR does / why we need it:
Merges
mainintovalidation-frameworkto incorporate the dependabotbump of
actions/create-github-app-tokenfrom v2 to v3 (#141).This is done in preparation for assigning the
v1-rctag on thevalidation-framework branch. Repositories that opt into validation v1-rc
will also switch the release-automation reusable workflow to the v1-rc
version, so the caller workflow in validation-framework must include the
same action version currently on main.
No validation-framework code is touched by this merge. The only change
is
.github/workflows/release-automation-reusable.yml(the actionversion bump from #141).
Which issue(s) this PR fixes:
Fixes #
Special notes for reviewers:
Straightforward sync merge — single file changed, no conflicts expected.
After merge,
validation-frameworkwill be ready for thev1-rctag.