Skip to content

Commit bd4a06a

Browse files
Merge pull request cli#13297 from cli/dependabot/github_actions/goreleaser/goreleaser-action-7.2.1
chore(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.2.1
2 parents 6c470f6 + ed31e2f commit bd4a06a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
go-version-file: 'go.mod'
5454
- name: Install GoReleaser
55-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
55+
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
5656
with:
5757
# The version is pinned not only for security purposes, but also to avoid breaking
5858
# our scripts, which rely on the specific file names generated by GoReleaser.
@@ -113,7 +113,7 @@ jobs:
113113
security set-key-partition-list -S "apple-tool:,apple:,codesign:" -s -k "$keychain_password" "$keychain"
114114
rm "$RUNNER_TEMP/cert.p12"
115115
- name: Install GoReleaser
116-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
116+
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
117117
with:
118118
# The version is pinned not only for security purposes, but also to avoid breaking
119119
# our scripts, which rely on the specific file names generated by GoReleaser.
@@ -175,7 +175,7 @@ jobs:
175175
with:
176176
go-version-file: 'go.mod'
177177
- name: Install GoReleaser
178-
uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
178+
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
179179
with:
180180
# The version is pinned not only for security purposes, but also to avoid breaking
181181
# our scripts, which rely on the specific file names generated by GoReleaser.

0 commit comments

Comments
 (0)