fix(ci): correct corrupted anothrNick/github-tag-action SHA #19

Merged
jcabillot merged 1 commits from fix/github-tag-action-sha into master 2026-06-28 22:14:27 -04:00
Owner

The SHA for anothrNick/github-tag-action@v1.75.0 in main.yaml was corrupted — missing the leading 4 and with mutated bytes in the middle.

Corrupt: ed44965e0db8dab2b46616da9f2a04ec312fd8
Correct: 4ed44965e0db8dab2b466a16da04aec3cc312fd8

Diff: the leading 4 was dropped and the substring da04aec3cc mutated to da9f2a04ec.

Fixes CI run #1981 job #4861 (reference not found on clone).

The SHA for `anothrNick/github-tag-action@v1.75.0` in `main.yaml` was corrupted — missing the leading `4` and with mutated bytes in the middle. **Corrupt:** `ed44965e0db8dab2b46616da9f2a04ec312fd8` **Correct:** `4ed44965e0db8dab2b466a16da04aec3cc312fd8` Diff: the leading `4` was dropped and the substring `da04aec3cc` mutated to `da9f2a04ec`. Fixes CI run #1981 job #4861 (`reference not found` on clone).
opencodecabilloteu added 1 commit 2026-06-28 14:10:01 -04:00
fix(ci): correct corrupted anothrNick/github-tag-action SHA
PR Checks / build-test (pull_request) Successful in 1m59s
PR Checks / hadolint (pull_request) Successful in 6s
928aca5505
The SHA in the tag job of main.yaml was corrupted — missing the leading
'4' and with mutated bytes in the middle (da04aec3cc → da9f2a04ec).
Correct SHA for v1.75.0 is 4ed44965e0db8dab2b466a16da04aec3cc312fd8.

Fixes CI run #1981 job #4861: reference not found.
jcabillot merged commit 28e3036f5c into master 2026-06-28 22:14:27 -04:00
jcabillot deleted branch fix/github-tag-action-sha 2026-06-28 22:14:27 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: web/ip#19