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 34
34
fetch-depth : 0
35
35
36
36
- name : Fetch Cached Artifacts
37
- uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
37
+ uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
38
38
with :
39
39
path : ${{ github.workspace }}/dist
40
40
key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
@@ -138,7 +138,7 @@ jobs:
138
138
IC_VERSION=${{ github.event_name == 'pull_request' && 'CI' || steps.meta.outputs.version }}
139
139
140
140
- name : Run Trivy vulnerability scanner
141
- uses : aquasecurity/trivy-action@cff3e9a7f62c41dd51975266d0ae235709e39c41 # 0.9.0
141
+ uses : aquasecurity/trivy-action@8bd2f9fbda2109502356ff8a6a89da55b1ead252 # 0.9.1
142
142
continue-on-error : true
143
143
with :
144
144
image-ref : nginx/nginx-ingress:${{ steps.meta.outputs.version }}
Original file line number Diff line number Diff line change 36
36
fetch-depth : 0
37
37
38
38
- name : Fetch Cached Artifacts
39
- uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
39
+ uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
40
40
with :
41
41
path : ${{ github.workspace }}/dist
42
42
key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
@@ -144,7 +144,7 @@ jobs:
144
144
${{ inputs.nap_modules != '' && contains(inputs.image, 'ubi') && format('"rhel_license={0}"', secrets.RHEL_LICENSE) || '' }}
145
145
146
146
- name : Run Trivy vulnerability scanner
147
- uses : aquasecurity/trivy-action@cff3e9a7f62c41dd51975266d0ae235709e39c41 # 0.9.0
147
+ uses : aquasecurity/trivy-action@8bd2f9fbda2109502356ff8a6a89da55b1ead252 # 0.9.1
148
148
continue-on-error : true
149
149
with :
150
150
image-ref : docker.io/${{ inputs.image }}:${{ steps.meta.outputs.version }}
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
AZURE_BUCKET_NAME : ${{ secrets.AZURE_BUCKET_NAME }}
133
133
134
134
- name : Store Artifacts in Cache
135
- uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
135
+ uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
136
136
with :
137
137
path : ${{ github.workspace }}/dist
138
138
key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
@@ -207,7 +207,7 @@ jobs:
207
207
- name : Checkout Repository
208
208
uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
209
209
- name : Fetch Cached Artifacts
210
- uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
210
+ uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
211
211
with :
212
212
path : ${{ github.workspace }}/dist
213
213
key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
109
109
GOPATH : ${{ steps.go.outputs.go_path }}
110
110
- name : Store Artifacts in Cache
111
- uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
111
+ uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
112
112
with :
113
113
path : ${{ github.workspace }}/dist
114
114
key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
@@ -136,7 +136,7 @@ jobs:
136
136
ref : refs/tags/v${{ needs.variables.outputs.kic-tag }}
137
137
if : ${{ matrix.needs-updating == 'true' }}
138
138
- name : Fetch Cached Artifacts
139
- uses : actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
139
+ uses : actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
140
140
with :
141
141
path : ${{ github.workspace }}/dist
142
142
key : nginx-ingress-${{ github.run_id }}-${{ github.run_number }}
You can’t perform that action at this time.
0 commit comments