|
50 | 50 | with: |
51 | 51 | go-version-file: 'go.mod' |
52 | 52 | - name: Install GoReleaser |
53 | | - uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 |
| 53 | + uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 |
54 | 54 | with: |
55 | 55 | # The version is pinned not only for security purposes, but also to avoid breaking |
56 | 56 | # our scripts, which rely on the specific file names generated by GoReleaser. |
@@ -111,7 +111,7 @@ jobs: |
111 | 111 | security set-key-partition-list -S "apple-tool:,apple:,codesign:" -s -k "$keychain_password" "$keychain" |
112 | 112 | rm "$RUNNER_TEMP/cert.p12" |
113 | 113 | - name: Install GoReleaser |
114 | | - uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 |
| 114 | + uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 |
115 | 115 | with: |
116 | 116 | # The version is pinned not only for security purposes, but also to avoid breaking |
117 | 117 | # our scripts, which rely on the specific file names generated by GoReleaser. |
@@ -173,7 +173,7 @@ jobs: |
173 | 173 | with: |
174 | 174 | go-version-file: 'go.mod' |
175 | 175 | - name: Install GoReleaser |
176 | | - uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0 |
| 176 | + uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 |
177 | 177 | with: |
178 | 178 | # The version is pinned not only for security purposes, but also to avoid breaking |
179 | 179 | # our scripts, which rely on the specific file names generated by GoReleaser. |
|
0 commit comments