3 Commits

Author SHA1 Message Date
jcabillot 28e3036f5c Merge pull request 'fix(ci): correct corrupted anothrNick/github-tag-action SHA' (#19) from fix/github-tag-action-sha into master
Main Release / hadolint (push) Successful in 7s
Main Release / test (push) Successful in 14s
Main Release / build (push) Successful in 11s
Main Release / tag (push) Successful in 32s
Tag Release / hadolint (push) Successful in 7s
Tag Release / test (push) Successful in 14s
Tag Release / build-push (push) Failing after 30s
Reviewed-on: #19
2026-06-28 22:14:25 -04:00
cloudix_mcp_server 928aca5505 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
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.
2026-06-28 18:09:15 +00:00
jcabillot 3166943afc Merge pull request 'chore(deps): update actions/checkout action to v7' (#18) from renovate/actions-checkout-7.x into master
Main Release / hadolint (push) Successful in 7s
Main Release / test (push) Successful in 18s
Main Release / build (push) Successful in 15s
Main Release / tag (push) Failing after 8s
Reviewed-on: #18
2026-06-18 16:22:58 -04:00
+1 -1
View File
@@ -40,7 +40,7 @@ jobs:
- name: Configure git auth
run: |
git remote set-url origin "https://x-access-token:${{ secrets.SA_TOKEN_ACTION_PUSH_TAGS }}@scm.cabillot.eu/web/ip.git"
- uses: anothrNick/github-tag-action@ed44965e0db8dab2b46616da9f2a04ec312fd8 # v1.75.0
- uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # v1.75.0
env:
GITHUB_TOKEN: ${{ secrets.SA_TOKEN_ACTION_PUSH_TAGS }}
DEFAULT_BUMP: patch