From 93ae70a5a3e015d9b8a881a0a30c6f16139a2617 Mon Sep 17 00:00:00 2001 From: "mm-renovate-bot[bot]" <265138953+mm-renovate-bot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 03:58:48 +0000 Subject: [PATCH] dev: Update actions/setup-go digest to 924ae3a --- .github/workflows/covbadge.yml | 2 +- .github/workflows/go.yml | 4 ++-- .github/workflows/goreleaser.yml | 2 +- action.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/covbadge.yml b/.github/workflows/covbadge.yml index b9e8ea1..f27769e 100644 --- a/.github/workflows/covbadge.yml +++ b/.github/workflows/covbadge.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: 'Set up Go' - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: '1.26' diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5762692..abc33ed 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: 'Set up Go' - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: go.mod @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: 'Set up Go' - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: go.mod diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index f2fa345..a33572b 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: go.mod diff --git a/action.yml b/action.yml index fcae98c..e023b04 100644 --- a/action.yml +++ b/action.yml @@ -63,7 +63,7 @@ runs: - name: 'Set up Go' if: steps.resolve.outputs.release-version == '' && steps.buildcache.outputs.cache-hit != 'true' - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: ${{ steps.resolve.outputs.action-path }}/go.mod cache-dependency-path: ${{ steps.resolve.outputs.action-path }}/go.sum