File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,30 +40,30 @@ jobs:
4040 steps :
4141 -
4242 name : Checkout
43- uses : actions/checkout@v3
43+ uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
4444 -
4545 name : Unshallow
4646 run : git fetch --prune --unshallow
4747 -
4848 name : Set up Go
49- uses : actions/setup-go@v3
49+ uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
5050 with :
5151 go-version-file : ' go.mod'
5252 cache : true
5353 -
5454 name : Import GPG key
55- uses : crazy-max/ghaction-import-gpg@v5
55+ uses : crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549 # v5.2.0
5656 id : import_gpg
5757 with :
5858 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
5959 passphrase : ${{ secrets.PASSPHRASE }}
6060 -
6161 name : Run GoReleaser
62- uses : goreleaser/goreleaser-action@v3 .2.0
62+ uses : goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4 .2.0
6363 with :
6464 version : latest
6565 args : release --rm-dist
6666 env :
6767 GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
6868 # GitHub sets this automatically
69- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
69+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments