|
52 | 52 | with: |
53 | 53 | go-version-file: 'go.mod' |
54 | 54 | - name: Install GoReleaser |
55 | | - uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 |
| 55 | + uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1 |
56 | 56 | with: |
57 | 57 | # The version is pinned not only for security purposes, but also to avoid breaking |
58 | 58 | # our scripts, which rely on the specific file names generated by GoReleaser. |
@@ -113,7 +113,7 @@ jobs: |
113 | 113 | security set-key-partition-list -S "apple-tool:,apple:,codesign:" -s -k "$keychain_password" "$keychain" |
114 | 114 | rm "$RUNNER_TEMP/cert.p12" |
115 | 115 | - name: Install GoReleaser |
116 | | - uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 |
| 116 | + uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1 |
117 | 117 | with: |
118 | 118 | # The version is pinned not only for security purposes, but also to avoid breaking |
119 | 119 | # our scripts, which rely on the specific file names generated by GoReleaser. |
@@ -175,7 +175,7 @@ jobs: |
175 | 175 | with: |
176 | 176 | go-version-file: 'go.mod' |
177 | 177 | - name: Install GoReleaser |
178 | | - uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 |
| 178 | + uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1 |
179 | 179 | with: |
180 | 180 | # The version is pinned not only for security purposes, but also to avoid breaking |
181 | 181 | # our scripts, which rely on the specific file names generated by GoReleaser. |
|
0 commit comments