chore: bump label-checker to v1.6.66 - #1081
Merged
paullatzelsperger merged 1 commit intoSep 8, 2026
Merged
Conversation
v1.6.65 builds its Docker image against Debian bullseye, whose security repository metadata expired after bullseye LTS ended, breaking the check-for-assigned-labels job on every PR. v1.6.66 fixes the build (agilepathway/label-checker#492). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016hZeCWzWwHyt2SwLPGn3zX
jimmarino
approved these changes
Sep 8, 2026
wolf4ood
approved these changes
Sep 8, 2026
Member
|
@paullatzelsperger maybe we should use the reusable action defined in the .github repo as done in the other repos |
Member
Author
|
Member
sorry, I'm a little behind 😅 |
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 this PR changes/adds
Bumps
agilepathway/label-checkerfrom v1.6.65 to v1.6.66 in thescan-pull-requestworkflow.Why it does that
The action builds its Docker image from source on every run against Debian bullseye. After bullseye LTS ended (2026-08-31), the
bullseye-securityrepository's Release file expired and is no longer re-signed, soapt-get updateinside the image build fails deterministically and thecheck-for-assigned-labelsjob errors out on every PR event before ever evaluating labels (see e.g. https://github.com/eclipse-edc/IdentityHub/actions/runs/34204179470/job/101991639663). v1.6.66, released today, fixes the image build (agilepathway/label-checker#492).