From 928aca55057d417c9764f72311e4d40d7b206372 Mon Sep 17 00:00:00 2001 From: cloudix_mcp_server Date: Sun, 28 Jun 2026 18:09:15 +0000 Subject: [PATCH] fix(ci): correct corrupted anothrNick/github-tag-action SHA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .gitea/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/main.yaml b/.gitea/workflows/main.yaml index bbca6a5..aa4f846 100644 --- a/.gitea/workflows/main.yaml +++ b/.gitea/workflows/main.yaml @@ -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