15
15
steps :
16
16
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
18
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
18
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
19
19
with :
20
20
go-version : ${{ matrix.go-version }}
21
21
43
43
username : ${{ github.actor }}
44
44
password : ${{ secrets.GITHUB_TOKEN }}
45
45
46
- - uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
46
+ - uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
47
47
48
- - uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
48
+ - uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
49
49
id : meta
50
50
with :
51
51
images : |
57
57
type=semver,pattern={{major}}
58
58
type=sha
59
59
60
- - uses : docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12 .0
60
+ - uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
61
61
with :
62
62
context : .
63
63
push : true
@@ -74,13 +74,13 @@ jobs:
74
74
with :
75
75
fetch-depth : 0
76
76
77
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
77
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
78
78
with :
79
79
go-version : ' 1.21.x'
80
80
81
81
- run : CGO_ENABLED=0 make release
82
82
83
- - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
83
+ - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
84
84
with :
85
85
name : release-zips
86
86
path : " *.zip"
@@ -107,7 +107,7 @@ jobs:
107
107
steps :
108
108
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109
109
110
- - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
110
+ - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
111
111
with :
112
112
go-version : ' 1.21.x'
113
113
0 commit comments