fix(deps, ci, v1.2): refresh expired and expiring action pins - #7581
Merged
Conversation
coursier/cache-action v8.1.0's ASF allowlist entry expired on 2026-08-05, so every workflow on this branch fails at parse. The docker action pins expire on 2026-08-16/19. Bump all five to the allowlisted SHAs main already uses, following apache#6990's targeted approach for setup-sbt. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Automated Reviewer SuggestionsBased on the
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release/v1.2 #7581 +/- ##
==================================================
- Coverage 52.88% 52.87% -0.01%
+ Complexity 2529 2528 -1
==================================================
Files 1078 1078
Lines 42367 42367
Branches 4565 4565
==================================================
- Hits 22404 22400 -4
- Misses 18646 18647 +1
- Partials 1317 1320 +3
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Yicong-Huang
approved these changes
Aug 12, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 12, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 12, 2026
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Aug 12, 2026
Merged
via the queue into
apache:release/v1.2
with commit Aug 12, 2026
9ead9e9
51 of 53 checks passed
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 changes were proposed in this PR?
CI on
release/v1.2fails at workflow parse because the branch pinscoursier/cache-actionv8.1.0, whose ASF actions-allowlist entry expired on 2026-08-05 (v8.1.1 was approved in July with a one-month grace for the old SHA). The docker action pins on the branch have allowlist expiry dates of Aug 16/19, so they are bumped in the same pass instead of waiting for the next breakage.All five pins move to the SHAs
mainalready uses (allowlisted, exercised onmaindaily):Only
uses:lines change; no job logic is touched.Any related issues, documentation, discussions?
Fixes #7572.
How was this PR tested?
YAML validated; every new SHA checked against the current
apache/infrastructure-actionsallowlist (actions.yml): the coursier/build-push/buildx/qemu entries carry no expiry, and login-action matchesmain's Oct 16 lease. The coursier bump is exercised by this PR's own sbt CI legs; the docker pins are the same SHAsmain's daily image publishing runs.Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Opus 4.8)