Chore: Bump harden-runner allow-list to v0.12.2 - #11
Merged
askb merged 1 commit intoJul 31, 2026
Merged
Conversation
Bump every live .github allow-list pin to v0.12.2, which adds the download.sonatype.com and nexus-iq.wl.linuxfoundation.org endpoints for the Sonatype IQ/CLM lane, plus nodejs.org for setup-node tool cache misses and Maven frontend-plugin builds. The reusable workflows move from v0.12.0; the internal tag-push, release-drafter and clear-action-cache workflows were still pinned to v0.1.1 and move to the same version. These pins are custom string inputs, not 'uses:' references, so Dependabot cannot bump them; they need manual updates. The pin is the commit the annotated tag resolves to, not the tag object. Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
Copilot started reviewing on behalf of
ModeSevenIndustrialSolutions
July 31, 2026 10:41
View session
There was a problem hiding this comment.
Pull request overview
Updates the pinned harden-runner allow-list reference used by several GitHub Actions workflows so all workflows in the repository consistently use the same v0.12.2 allow-list commit.
Changes:
- Bumped the
configallow-list pin intag-pushworkflow (both jobs) to@bf6642f...(v0.12.2). - Bumped the
configallow-list pin inrelease-drafterworkflow to@bf6642f...(v0.12.2). - Bumped the
configallow-list pin inclear-action-cacheworkflow to@bf6642f...(v0.12.2).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/tag-push.yaml | Updates the harden-runner allow-list pin to v0.12.2 in both jobs. |
| .github/workflows/release-drafter.yaml | Updates the harden-runner allow-list pin to v0.12.2. |
| .github/workflows/clear-action-cache.yaml | Updates the harden-runner allow-list pin to v0.12.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Copilot started reviewing on behalf of
ModeSevenIndustrialSolutions
July 31, 2026 10:44
View session
askb
approved these changes
Jul 31, 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.
Chore: Bump harden-runner allow-list to v0.12.2
The reusable workflows (
maven-build-test.yaml,gradle-build-test.yaml) are already at v0.12.2 onmain; this bumps the remaining stale pins —tag-push×2,release-drafterandclear-action-cache, which were still at v0.1.1 — to the same v0.12.2 (bf6642f…, the commit the annotated tag resolves to). All 6 live pins in the repo now agree.v0.12.2 (vs the old pins) adds the Gerrit SSH, Nexus3 Docker registry port, Yarn,
nodejs.organd Sonatype IQ endpoints.Note: these pins are custom string inputs, not
uses:references, so Dependabot cannot bump them — manual updates required.actionlintpasses.