File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 26
26
- go
27
27
steps :
28
28
- name : Checkout repository
29
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
30
30
- name : Initialize CodeQL
31
31
uses : github/codeql-action/init@d23060145bc9131d50558d5d4185494a20208101 # v2.2.8
32
32
with :
Original file line number Diff line number Diff line change 33
33
digest : ${{ steps.build-and-push.outputs.digest }}
34
34
steps :
35
35
- name : Checkout
36
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
36
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
37
37
with :
38
38
fetch-depth : 0
39
39
78
78
79
79
- name : Build and push
80
80
id : build-and-push
81
- uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3 .0
81
+ uses : docker/build-push-action@ca052bb54ab0790a636c9b5f226502c73d547a25 # v5.4 .0
82
82
with :
83
83
context : .
84
84
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 23
23
goos : windows
24
24
steps :
25
25
- name : Checkout commit
26
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
26
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27
27
with :
28
28
fetch-depth : 0
29
29
@@ -154,7 +154,7 @@ jobs:
154
154
runs-on : ubuntu-latest
155
155
steps :
156
156
- name : Checkout commit
157
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
157
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
158
158
159
159
- name : Setup Go
160
160
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
11
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
12
12
with :
13
13
ref : ${{ github.event.pull_request.head.sha }}
14
14
repository : ${{github.event.pull_request.head.repo.full_name}}
34
34
35
35
steps :
36
36
- name : Checkout
37
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
37
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
38
38
with :
39
39
ref : " ${{ github.event.pull_request.head.sha }}"
40
40
repository : ${{github.event.pull_request.head.repo.full_name}}
Original file line number Diff line number Diff line change 14
14
hashes : ${{ steps.hash.outputs.hashes }}
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
17
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
18
with :
19
19
fetch-depth : 0
20
20
You can’t perform that action at this time.
0 commit comments