13
13
platform : [ubuntu-latest, macos-latest, windows-latest]
14
14
runs-on : ${{ matrix.platform }}
15
15
steps :
16
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
18
- - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
18
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
19
19
with :
20
20
go-version : ${{ matrix.go-version }}
21
21
33
33
contents : read
34
34
packages : write
35
35
steps :
36
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
with :
38
38
fetch-depth : 0
39
39
45
45
46
46
- uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
47
47
48
- - uses : docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5 .1
48
+ - uses : docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6 .1
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@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9 .0
60
+ - uses : docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10 .0
61
61
with :
62
62
context : .
63
63
push : true
@@ -70,11 +70,11 @@ jobs:
70
70
needs : format-build-test
71
71
runs-on : ubuntu-latest
72
72
steps :
73
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
73
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74
74
with :
75
75
fetch-depth : 0
76
76
77
- - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
77
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
78
78
with :
79
79
go-version : ' 1.21.x'
80
80
@@ -105,9 +105,9 @@ jobs:
105
105
MYSQL_PWD : testpw
106
106
PORT : 3800
107
107
steps :
108
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
108
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
109
109
110
- - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
110
+ - uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
111
111
with :
112
112
go-version : ' 1.21.x'
113
113
0 commit comments