File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 19
19
os : [ubuntu-latest, windows-latest]
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
- name : Set up Go
24
- uses : actions/setup-go@v5
24
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
25
25
with :
26
26
go-version-file : ' go.mod'
27
27
- name : Run tests
Original file line number Diff line number Diff line change @@ -17,25 +17,25 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
- name : Set up Go
22
- uses : actions/setup-go@v5
22
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
23
23
with :
24
24
go-version-file : ' go.mod'
25
25
- name : Import GPG key
26
26
id : import_gpg
27
- uses : crazy-max/ghaction-import-gpg@v6
27
+ uses : crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
28
28
with :
29
29
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
30
30
passphrase : ${{ secrets.PASSPHRASE }}
31
31
- name : Run GoReleaser
32
- uses : goreleaser/goreleaser-action@v6
32
+ uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
33
33
with :
34
34
version : latest
35
35
args : release
36
36
env :
37
37
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38
38
GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
39
- - uses : actions/attest-build-provenance@v2
39
+ - uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
40
40
with :
41
41
subject-path : ' dist/checksums.txt'
You can’t perform that action at this time.
0 commit comments