File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
23
23
CGO_ENABLED : 0
24
24
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
with :
28
28
fetch-tags : true
29
29
fetch-depth : 0
30
30
31
31
- name : Set up Go
32
- uses : actions/setup-go@v5
32
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
33
33
with :
34
34
go-version : ' 1.24.1'
35
35
42
42
run : go test -v ./...
43
43
44
44
- name : Upload binaries
45
- uses : actions/upload-artifact@v4
45
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
46
46
with :
47
47
name : binaries
48
48
path : ./bin/*
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
12
12
with :
13
13
fetch-depth : 0
14
14
15
15
- name : Set up Go
16
- uses : actions/setup-go@v5
16
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
17
17
with :
18
18
go-version-file : ' go.mod'
19
19
20
20
- name : Run GoReleaser
21
- uses : goreleaser/goreleaser-action@v6
21
+ uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
22
22
with :
23
23
version : " latest" # 'latest', 'nightly', semver
24
24
args : release --clean
You can’t perform that action at this time.
0 commit comments