12
12
platform : [ubuntu-latest, macos-latest, windows-latest]
13
13
runs-on : ${{ matrix.platform }}
14
14
steps :
15
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
15
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16
16
17
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
17
+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
18
18
with :
19
19
go-version : ${{ matrix.go-version }}
20
20
@@ -32,11 +32,11 @@ jobs:
32
32
contents : read
33
33
packages : write
34
34
steps :
35
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
35
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
36
36
with :
37
37
fetch-depth : 0
38
38
39
- - uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
39
+ - uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
40
40
with :
41
41
registry : ghcr.io
42
42
username : ${{ github.actor }}
@@ -69,11 +69,11 @@ jobs:
69
69
needs : format-build-test
70
70
runs-on : ubuntu-latest
71
71
steps :
72
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
72
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
73
73
with :
74
74
fetch-depth : 0
75
75
76
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
76
+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
77
77
with :
78
78
go-version : ' 1.19.x'
79
79
@@ -104,9 +104,9 @@ jobs:
104
104
MYSQL_PWD : testpw
105
105
PORT : 3800
106
106
steps :
107
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
107
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
108
108
109
- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
109
+ - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
110
110
with :
111
111
go-version : ' 1.19.x'
112
112
0 commit comments