File tree 11 files changed +22
-22
lines changed
11 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 92
92
type=raw,value=${{ needs.checks.outputs.docker_md5 }},enable=${{ needs.checks.outputs.docker_md5 != '' }}
93
93
94
94
- name : Build Base Container
95
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
95
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
96
96
with :
97
97
file : build/Dockerfile
98
98
context : " ."
@@ -156,7 +156,7 @@ jobs:
156
156
type=raw,value=${{ needs.checks.outputs.docker_md5 }},enable=${{ needs.checks.outputs.docker_md5 != '' }}
157
157
158
158
- name : Build Base Container
159
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
159
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
160
160
with :
161
161
file : build/Dockerfile
162
162
context : " ."
@@ -225,7 +225,7 @@ jobs:
225
225
type=raw,value=${{ needs.checks.outputs.docker_md5 }},enable=${{ needs.checks.outputs.docker_md5 != '' }}
226
226
227
227
- name : Build Base Container
228
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
228
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
229
229
with :
230
230
file : build/Dockerfile
231
231
context : " ."
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
if : ${{ steps.images_exist.outputs.target_exists != 'true' }}
121
121
122
122
- name : Build Base Container
123
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
123
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
124
124
with :
125
125
file : build/Dockerfile
126
126
context : " ."
@@ -152,7 +152,7 @@ jobs:
152
152
if : ${{ steps.images_exist.outputs.base_exists != 'true' || steps.images_exist.outputs.target_exists != 'true' }}
153
153
154
154
- name : Build Docker image
155
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
155
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
156
156
id : build-push
157
157
with :
158
158
file : build/Dockerfile
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
if : ${{ steps.images_exist.outputs.target_exists != 'true' }}
125
125
126
126
- name : Build Base Container
127
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
127
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
128
128
with :
129
129
file : build/Dockerfile
130
130
context : " ."
@@ -161,7 +161,7 @@ jobs:
161
161
if : ${{ steps.images_exist.outputs.base_exists != 'true' || steps.images_exist.outputs.target_exists != 'true' }}
162
162
163
163
- name : Build Docker image
164
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
164
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
165
165
id : build-push
166
166
with :
167
167
file : build/Dockerfile
Original file line number Diff line number Diff line change 49
49
password : ${{ steps.auth.outputs.access_token }}
50
50
51
51
- name : Build Test-Runner Container
52
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
52
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
53
53
with :
54
54
file : tests/Dockerfile
55
55
context : " ."
Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ jobs:
441
441
if : ${{ needs.checks.outputs.forked_workflow == 'true' && needs.checks.outputs.docs_only == 'false' }}
442
442
443
443
- name : Build Docker Image ${{ matrix.base-os }}
444
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
444
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
445
445
with :
446
446
file : build/Dockerfile
447
447
context : " ."
@@ -559,7 +559,7 @@ jobs:
559
559
if : ${{ needs.checks.outputs.forked_workflow == 'false' && needs.checks.outputs.docs_only == 'false' }}
560
560
561
561
- name : Build Test-Runner Container
562
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
562
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
563
563
with :
564
564
file : tests/Dockerfile
565
565
context : " ."
Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ jobs:
427
427
overwrite : true
428
428
429
429
- name : Upload Scan results to GitHub Security tab
430
- uses : github/codeql-action/upload-sarif@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
430
+ uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
431
431
with :
432
432
sarif_file : " ${{ steps.directory.outputs.directory }}/"
433
433
@@ -517,7 +517,7 @@ jobs:
517
517
overwrite : true
518
518
519
519
- name : Upload Scan results to GitHub Security tab
520
- uses : github/codeql-action/upload-sarif@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
520
+ uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
521
521
with :
522
522
sarif_file : " ${{ steps.directory.outputs.directory }}/"
523
523
@@ -607,6 +607,6 @@ jobs:
607
607
overwrite : true
608
608
609
609
- name : Upload Scan results to GitHub Security tab
610
- uses : github/codeql-action/upload-sarif@3ab4101902695724f9365a384f86c1074d94e18c # v3.24.7
610
+ uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
611
611
with :
612
612
sarif_file : " ${{ steps.directory.outputs.directory }}/"
Original file line number Diff line number Diff line change 63
63
- name : Checkout Repository
64
64
uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
65
65
66
- - uses : reviewdog/action-actionlint@2927e858b45218240af952feb1d702cf6365f39a # v1.50 .0
66
+ - uses : reviewdog/action-actionlint@afad3b6ab835e5611bda8c8193377e2d5c21413d # v1.51 .0
67
67
with :
68
68
actionlint_flags : -shellcheck ""
69
69
Original file line number Diff line number Diff line change 70
70
password : ${{ steps.auth.outputs.access_token }}
71
71
72
72
- name : Apply OS patches to Container
73
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
73
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
74
74
with :
75
75
file : build/Dockerfile
76
76
context : " ."
Original file line number Diff line number Diff line change 36
36
branch : ${{ steps.vars.outputs.branch }}
37
37
steps :
38
38
- name : Checkout Repository
39
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
39
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40
40
with :
41
41
ref : ${{ inputs.branch && inputs.branch || github.event.repository.default_branch }}
42
42
@@ -101,7 +101,7 @@ jobs:
101
101
id-token : write
102
102
steps :
103
103
- name : Checkout Repository
104
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
104
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
105
105
with :
106
106
ref : ${{ needs.checks.outputs.branch }}
107
107
@@ -180,7 +180,7 @@ jobs:
180
180
matrix : ${{ steps.set-matrix.outputs.matrix }}
181
181
steps :
182
182
- name : Checkout Repository
183
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
183
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
184
184
with :
185
185
ref : ${{ needs.checks.outputs.branch }}
186
186
@@ -200,7 +200,7 @@ jobs:
200
200
id-token : write
201
201
steps :
202
202
- name : Checkout Repository
203
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
203
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
204
204
with :
205
205
ref : ${{ needs.checks.outputs.branch }}
206
206
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ jobs:
275
275
ref : ${{ inputs.release_branch }}
276
276
277
277
- name : Publish to AWS Marketplace
278
- uses : nginxinc/aws-marketplace-publish@be512a7ae9666098bc4429a1afa27a11be6a3995 # v1.0.3
278
+ uses : nginxinc/aws-marketplace-publish@9f178512e8e7658fe4aab73d1dac15f3f86fb7b4 # v1.0.4
279
279
continue-on-error : true
280
280
with :
281
281
version : ${{ inputs.nic_version }}
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
if : ${{ inputs.authenticated }}
113
113
114
114
- name : Build Test-Runner Container
115
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
115
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
116
116
with :
117
117
file : tests/Dockerfile
118
118
context : " ."
@@ -124,7 +124,7 @@ jobs:
124
124
if : ${{ ( !inputs.authenticated || steps.check-image.outcome == 'failure' ) }}
125
125
126
126
- name : Build ${{ inputs.image }} Container
127
- uses : docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
127
+ uses : docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
128
128
with :
129
129
file : build/Dockerfile
130
130
context : " ."
You can’t perform that action at this time.
0 commit comments