From e048c72eae4790a3343c05f2387ff779c3f97a83 Mon Sep 17 00:00:00 2001 From: cloudix_mcp_server Date: Fri, 12 Jun 2026 15:36:18 -0400 Subject: [PATCH] fix(ci): update action SHAs in tag-release workflow --- .gitea/workflows/tag-release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/tag-release.yaml b/.gitea/workflows/tag-release.yaml index 9630172..0b57bbe 100644 --- a/.gitea/workflows/tag-release.yaml +++ b/.gitea/workflows/tag-release.yaml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4143172cec0e10 # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 - name: Build image @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4143172cec0e10 # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - uses: ChristopherHX/gitea-download-artifact@75635f32b4c1c41c4b3d64e8f85210112ed4c9c7 # main with: name: docker-image @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest needs: test steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4143172cec0e10 # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: fetch-depth: 0 - uses: ChristopherHX/gitea-download-artifact@75635f32b4c1c41c4b3d64e8f85210112ed4c9c7 # main @@ -45,7 +45,7 @@ jobs: name: docker-image - name: Load image run: docker load < image.tar - - uses: docker/login-action@650006c6eb7dbda73a995c0b6e7bda735b5bee # v4 + - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}