File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# This GitHub action can publish assets for release when a tag is created.
22# Currently its setup to run on any tag that matches the pattern "v*" (ie. v0.1.0).
33#
4- # This uses an action (hashicorp /ghaction-import-gpg) that assumes you set your
4+ # This uses an action (crazy-max /ghaction-import-gpg) that assumes you set your
55# private key in the `GPG_PRIVATE_KEY` secret and passphrase in the `PASSPHRASE`
66# secret. If you would rather own your own GPG handling, please fork this action
77# or use an alternative one for key handling.
@@ -32,14 +32,14 @@ jobs:
3232 -
3333 name : Import GPG key
3434 id : import_gpg
35- uses : crazy-max/ghaction-import-gpg@v5
35+ uses : crazy-max/ghaction-import-gpg@d6f3f49f3345e29369fe57596a3ca8f94c4d2ca7 # v5
3636 with :
3737 # These secrets will need to be configured for the repository:
3838 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
3939 passphrase : ${{ secrets.PASSPHRASE }}
4040 -
4141 name : Run GoReleaser
42- uses : goreleaser/goreleaser-action@v3
42+ uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
4343 with :
4444 version : latest
4545 args : release --clean
You can’t perform that action at this time.
0 commit comments