File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
platform : [ubuntu-latest, macos-latest, windows-latest]
13
13
runs-on : ${{ matrix.platform }}
14
14
steps :
15
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
15
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
16
17
17
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
18
18
with :
32
32
contents : read
33
33
packages : write
34
34
steps :
35
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
35
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
36
with :
37
37
fetch-depth : 0
38
38
69
69
needs : format-build-test
70
70
runs-on : ubuntu-latest
71
71
steps :
72
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
72
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
73
73
with :
74
74
fetch-depth : 0
75
75
@@ -104,7 +104,7 @@ jobs:
104
104
MYSQL_PWD : testpw
105
105
PORT : 3800
106
106
steps :
107
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
107
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
108
108
109
109
- uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
110
110
with :
Original file line number Diff line number Diff line change 7
7
permissions :
8
8
contents : write
9
9
steps :
10
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
10
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
11
11
with :
12
12
fetch-depth : 0
13
13
You can’t perform that action at this time.
0 commit comments