File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 70
70
shell : bash --noprofile --norc -o pipefail {0}
71
71
72
72
- name : Setup Golang Environment
73
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
73
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
74
74
with :
75
75
go-version-file : go.mod
76
76
@@ -147,7 +147,7 @@ jobs:
147
147
- name : Checkout Repository
148
148
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
149
149
- name : Setup Golang Environment
150
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
150
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
151
151
with :
152
152
go-version-file : go.mod
153
153
if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
@@ -213,7 +213,7 @@ jobs:
213
213
fetch-depth : 0
214
214
215
215
- name : Setup Golang Environment
216
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
216
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
217
217
with :
218
218
go-version-file : go.mod
219
219
if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
Original file line number Diff line number Diff line change 81
81
# queries: security-extended,security-and-quality
82
82
83
83
- name : Setup Golang Environment
84
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
84
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
85
85
with :
86
86
go-version-file : go.mod
87
87
if : matrix.language == 'go'
Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
28
28
29
29
- name : Setup Golang Environment
30
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
30
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
31
31
with :
32
32
go-version-file : go.mod
33
33
47
47
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
48
48
49
49
- name : Setup Golang Environment
50
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
50
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
51
51
with :
52
52
go-version-file : go.mod
53
53
63
63
- name : Checkout Repository
64
64
uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
65
65
66
- - uses : reviewdog/action-actionlint@9d8b58041eed1373f173e91b9a3db5a844197236 # v1.44 .0
66
+ - uses : reviewdog/action-actionlint@51bfb044ddaed55059d16f14daedbe05a9937dc1 # v1.45 .0
67
67
with :
68
68
actionlint_flags : -shellcheck ""
69
69
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
ref : refs/tags/v${{ needs.variables.outputs.kic-tag }}
114
114
115
115
- name : Setup Golang Environment
116
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
116
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
117
117
with :
118
118
go-version-file : go.mod
119
119
You can’t perform that action at this time.
0 commit comments