@@ -36,15 +36,15 @@ jobs:
36
36
KUBERNETES_VERSION : ["1.29.10", "1.30.6", "1.31.2"]
37
37
steps :
38
38
- name : Harden Runner
39
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
39
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
40
40
with :
41
41
egress-policy : audit
42
42
43
43
- name : Check out code into the Go module directory
44
44
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45
45
46
46
- name : Set up Go
47
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
47
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
48
48
with :
49
49
go-version : " 1.23"
50
50
check-latest : true
80
80
kubectl logs -n gatekeeper-system -l control-plane=audit-controller --tail=-1 > logs-audit.json
81
81
82
82
- name : Upload artifacts
83
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
83
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
84
84
if : ${{ always() }}
85
85
with :
86
86
name : logs-${{ matrix.KUBERNETES_VERSION }}
98
98
GATEKEEPER_NAMESPACE : ["gatekeeper-system", "custom-namespace"]
99
99
steps :
100
100
- name : Harden Runner
101
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
101
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
102
102
with :
103
103
egress-policy : audit
104
104
@@ -150,7 +150,7 @@ jobs:
150
150
kubectl logs -n ${{ matrix.GATEKEEPER_NAMESPACE }} -l run=dummy-provider --tail=-1 > logs-helm-${{ matrix.HELM_VERSION }}-${{ matrix.GATEKEEPER_NAMESPACE }}-dummy-provider.json
151
151
152
152
- name : Upload artifacts
153
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
153
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
154
154
if : ${{ always() }}
155
155
with :
156
156
name : helm-logs-${{ matrix.HELM_VERSION }}-${{ matrix.GATEKEEPER_NAMESPACE }}
@@ -164,15 +164,15 @@ jobs:
164
164
165
165
steps :
166
166
- name : Harden Runner
167
- uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
167
+ uses : step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
168
168
with :
169
169
egress-policy : audit
170
170
171
171
- name : Check out code into the Go module directory
172
172
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
173
173
174
174
- name : Set up Go
175
- uses : actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2 .0
175
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
176
176
with :
177
177
go-version : " 1.23"
178
178
check-latest : true
@@ -207,7 +207,7 @@ jobs:
207
207
kubectl logs -n gatekeeper-system -l control-plane=audit-controller --tail=-1 > logs-generatorexpansion-audit.json
208
208
209
209
- name : Upload artifacts
210
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
210
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
211
211
if : ${{ always() }}
212
212
with :
213
213
name : generatorexpansion-logs
0 commit comments