From 7ce739775feaa756d9dcb912cc8400e2ed234334 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:00:52 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/bot-signoff.yaml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bot-signoff.yaml b/.github/workflows/bot-signoff.yaml index cc2b8b8a..589d2dc0 100644 --- a/.github/workflows/bot-signoff.yaml +++ b/.github/workflows/bot-signoff.yaml @@ -67,7 +67,7 @@ jobs: fi - if: github.actor == 'renovate[bot]' - uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7 + uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7 with: commit_message: "chore(renovate): auto-fix from CI" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 370db012..16c32f35 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6 + - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6 with: go-version-file: go.mod cache: true @@ -33,7 +33,7 @@ jobs: repositories: homebrew-tap,scoop-bucket - name: Set up Docker Buildx - uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3 + uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3 - name: Login to Docker Hub uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3