File tree 7 files changed +13
-13
lines changed
7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 57
57
cat $GITHUB_OUTPUT
58
58
59
59
- name : Setup Golang Environment
60
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
60
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
61
61
with :
62
62
go-version-file : go.mod
63
63
Original file line number Diff line number Diff line change 80
80
shell : bash --noprofile --norc -o pipefail {0}
81
81
82
82
- name : Setup Golang Environment
83
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
83
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
84
84
with :
85
85
go-version-file : go.mod
86
86
@@ -180,7 +180,7 @@ jobs:
180
180
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
181
181
182
182
- name : Setup Golang Environment
183
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
183
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
184
184
with :
185
185
go-version-file : go.mod
186
186
@@ -217,7 +217,7 @@ jobs:
217
217
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
218
218
219
219
- name : Setup Golang Environment
220
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
220
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
221
221
with :
222
222
go-version-file : go.mod
223
223
if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
@@ -255,7 +255,7 @@ jobs:
255
255
fetch-depth : 0
256
256
257
257
- name : Setup Golang Environment
258
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
258
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
259
259
with :
260
260
go-version-file : go.mod
261
261
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@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
84
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
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 51
51
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
52
52
53
53
- name : Setup Golang Environment
54
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
54
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
55
55
with :
56
56
go-version-file : go.mod
57
57
@@ -123,7 +123,7 @@ jobs:
123
123
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
124
124
125
125
- name : Setup Golang Environment
126
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
126
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
127
127
with :
128
128
go-version-file : go.mod
129
129
@@ -159,7 +159,7 @@ jobs:
159
159
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
160
160
161
161
- name : Setup Golang Environment
162
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
162
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
163
163
with :
164
164
go-version-file : go.mod
165
165
if : ${{ needs.checks.outputs.binary_cache_hit != 'true' }}
Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
29
29
- name : Setup Golang Environment
30
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
30
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
31
31
with :
32
32
go-version-file : go.mod
33
33
47
47
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
48
49
49
- name : Setup Golang Environment
50
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
50
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
51
51
with :
52
52
go-version-file : go.mod
53
53
Original file line number Diff line number Diff line change 91
91
ref : ${{ needs.checks.outputs.branch }}
92
92
93
93
- name : Setup Golang Environment
94
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
94
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
95
95
with :
96
96
go-version-file : go.mod
97
97
Original file line number Diff line number Diff line change 34
34
ref : ${{ inputs.branch }}
35
35
36
36
- name : Setup Golang Environment
37
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
37
+ uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
38
38
with :
39
39
go-version-file : go.mod
40
40
You can’t perform that action at this time.
0 commit comments