Skip to content

Commit aadf702

Browse files
committed
chore: update
1 parent 1ea75fc commit aadf702

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)