Skip to content

Commit ba5d3c9

Browse files
Update github actions (release-5.5) (#10352)
Update github actions | datasource | package | from | to | | ----------- | ------------------------------------- | ------- | ------- | | github-tags | actions/labeler | v6.1.0 | v6.2.0 | | github-tags | actions/stale | v10.3.0 | v10.4.0 | | github-tags | aws-actions/configure-aws-credentials | v6.2.1 | v6.2.2 | | github-tags | docker/login-action | v4.3.0 | v4.4.0 | | github-tags | docker/metadata-action | v6.1.0 | v6.2.0 | | github-tags | docker/scout-action | v1.22.0 | v1.23.1 | | github-tags | docker/setup-buildx-action | v4.1.0 | v4.2.0 | | github-tags | dorny/paths-filter | v4.0.1 | v4.0.2 | | github-tags | github/codeql-action | v4.36.2 | v4.37.0 | | github-tags | golang/govulncheck-action | v1.0.4 | v1.1.0 | | github-tags | lucacome/draft-release | v2.2.0 | v2.2.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2d52016 commit ba5d3c9

23 files changed

Lines changed: 88 additions & 88 deletions

.github/workflows/build-base-images.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6161

6262
- name: Docker Buildx
63-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
63+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
6464

6565
- name: Setup QEMU
6666
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
@@ -94,15 +94,15 @@ jobs:
9494
service_account: ${{ steps.secrets.outputs.GCR_SERVICE_ACCOUNT }}
9595

9696
- name: Login to GCR
97-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
97+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
9898
with:
9999
registry: gcr.io
100100
username: oauth2accesstoken
101101
password: ${{ steps.auth.outputs.access_token }}
102102

103103
- name: Docker meta
104104
id: meta
105-
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
105+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
106106
with:
107107
images: |
108108
name=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-base/oss
@@ -174,7 +174,7 @@ jobs:
174174
echo $KEY > nginx-repo.key
175175
176176
- name: Docker Buildx
177-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
177+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
178178

179179
- name: Setup QEMU
180180
uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0
@@ -190,15 +190,15 @@ jobs:
190190
service_account: ${{ steps.secrets.outputs.GCR_SERVICE_ACCOUNT }}
191191

192192
- name: Login to GCR
193-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
193+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
194194
with:
195195
registry: gcr.io
196196
username: oauth2accesstoken
197197
password: ${{ steps.auth.outputs.access_token }}
198198

199199
- name: Docker meta
200200
id: meta
201-
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
201+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
202202
with:
203203
images: |
204204
name=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-base/plus
@@ -283,7 +283,7 @@ jobs:
283283
echo $RHEL_CREDS > rhel_license
284284
285285
- name: Docker Buildx
286-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
286+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
287287

288288
- name: Authenticate to Google Cloud
289289
id: auth
@@ -294,7 +294,7 @@ jobs:
294294
service_account: ${{ steps.secrets.outputs.GCR_SERVICE_ACCOUNT }}
295295

296296
- name: Login to GCR
297-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
297+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
298298
with:
299299
registry: gcr.io
300300
username: oauth2accesstoken
@@ -309,7 +309,7 @@ jobs:
309309

310310
- name: Docker meta
311311
id: meta
312-
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
312+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
313313
with:
314314
images: |
315315
name=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic-base/plus

.github/workflows/build-oss.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,23 +120,23 @@ jobs:
120120
if: ${{ inputs.authenticated }}
121121

122122
- name: Login to GCR
123-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
123+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
124124
with:
125125
registry: gcr.io
126126
username: oauth2accesstoken
127127
password: ${{ steps.auth.outputs.access_token }}
128128
if: ${{ inputs.authenticated }}
129129

130130
- name: DockerHub Login
131-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
131+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
132132
with:
133133
username: ${{ steps.secrets-common.outputs.DOCKER_USERNAME }}
134134
password: ${{ steps.secrets-common.outputs.DOCKER_PASSWORD }}
135135
if: ${{ inputs.authenticated }}
136136

137137
- name: Docker meta
138138
id: meta
139-
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
139+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
140140
with:
141141
context: workflow
142142
images: |
@@ -179,7 +179,7 @@ jobs:
179179
if: ${{ steps.images_exist.outputs.base_exists != 'true' || steps.images_exist.outputs.target_exists != 'true' }}
180180

181181
- name: Docker Buildx
182-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
182+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
183183
if: ${{ steps.images_exist.outputs.base_exists != 'true' || steps.images_exist.outputs.target_exists != 'true' }}
184184

185185
- name: Build Base Container
@@ -245,7 +245,7 @@ jobs:
245245

246246
- name: Run Docker Scout vulnerability scanner
247247
id: docker-scout
248-
uses: docker/scout-action@7520205ff60037fdc436b40b6a1d1e55a839ec2d # v1.22.0
248+
uses: docker/scout-action@2688993af7bafd6ba8c6a74ec652442be91dd82b # v1.23.1
249249
with:
250250
command: cves
251251
image: ${{ steps.meta.outputs.tags }}

.github/workflows/build-plus.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,15 @@ jobs:
140140
if: ${{ inputs.authenticated }}
141141

142142
- name: Login to GCR
143-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
143+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
144144
with:
145145
registry: gcr.io
146146
username: oauth2accesstoken
147147
password: ${{ steps.auth.outputs.access_token }}
148148
if: ${{ inputs.authenticated }}
149149

150150
- name: DockerHub Login
151-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
151+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
152152
with:
153153
username: ${{ steps.secrets-common.outputs.DOCKER_USERNAME }}
154154
password: ${{ steps.secrets-common.outputs.DOCKER_PASSWORD }}
@@ -165,7 +165,7 @@ jobs:
165165

166166
- name: Docker meta
167167
id: meta
168-
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
168+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
169169
with:
170170
images: |
171171
name=gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/nginx-ic${{ contains(inputs.nap-modules, 'dos') && '-dos' || '' }}${{ contains(inputs.nap-modules, 'waf') && '-nap' || '' }}${{ contains(inputs.image, 'v5') && '-v5' || '' }}/nginx-plus-ingress
@@ -202,7 +202,7 @@ jobs:
202202
if: ${{ steps.images_exist.outputs.base_exists != 'true' || steps.images_exist.outputs.target_exists != 'true' }}
203203

204204
- name: Docker Buildx
205-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
205+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
206206
if: ${{ steps.images_exist.outputs.base_exists != 'true' || steps.images_exist.outputs.target_exists != 'true' }}
207207

208208
- name: Build Base Container
@@ -279,7 +279,7 @@ jobs:
279279

280280
- name: Run Docker Scout vulnerability scanner
281281
id: docker-scout
282-
uses: docker/scout-action@7520205ff60037fdc436b40b6a1d1e55a839ec2d # v1.22.0
282+
uses: docker/scout-action@2688993af7bafd6ba8c6a74ec652442be91dd82b # v1.23.1
283283
with:
284284
command: cves
285285
image: ${{ steps.meta.outputs.tags }}

.github/workflows/build-single-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
service_account: ${{ steps.secrets.outputs.GCR_SERVICE_ACCOUNT }}
110110

111111
- name: Login to GCR
112-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
112+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
113113
with:
114114
registry: gcr.io
115115
username: oauth2accesstoken

.github/workflows/build-test-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3333

3434
- name: Docker Buildx
35-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
35+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
3636

3737
- name: Azure login
3838
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
@@ -61,7 +61,7 @@ jobs:
6161
service_account: ${{ steps.secrets.outputs.GCR_SERVICE_ACCOUNT }}
6262

6363
- name: Login to GCR
64-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
64+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
6565
with:
6666
registry: gcr.io
6767
username: oauth2accesstoken

.github/workflows/build-ubi-dependency.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
platforms: arm64
6868

6969
- name: Docker Buildx
70-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
70+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
7171

7272
- name: Login to GitHub Container Registry
73-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
73+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
7474
with:
7575
registry: ghcr.io
7676
username: ${{ github.repository_owner }}
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Docker meta
8484
id: meta
85-
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
85+
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0
8686
with:
8787
images: |
8888
name=${{ env.IMAGE_NAME }},enable=true

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
if: ${{ steps.vars.outputs.forked_workflow == 'false' }}
136136

137137
- name: Login to GCR
138-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
138+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
139139
with:
140140
registry: gcr.io
141141
username: oauth2accesstoken
@@ -385,7 +385,7 @@ jobs:
385385
go-version-file: go.mod
386386

387387
- name: Run govulncheck
388-
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
388+
uses: golang/govulncheck-action@032d45514ae346b1db93c04b0c90b841c370344f # v1.1.0
389389
with:
390390
repo-checkout: false
391391
cache: true
@@ -490,7 +490,7 @@ jobs:
490490
if: ${{ needs.checks.outputs.forked_workflow == 'false' || needs.checks.outputs.docs_only == 'false' }}
491491

492492
- name: Login to GCR
493-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
493+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
494494
with:
495495
registry: gcr.io
496496
username: oauth2accesstoken
@@ -599,7 +599,7 @@ jobs:
599599
if: ${{ needs.checks.outputs.forked_workflow == 'false' }}
600600

601601
- name: Login to GCR
602-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
602+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
603603
with:
604604
registry: gcr.io
605605
username: oauth2accesstoken
@@ -627,7 +627,7 @@ jobs:
627627
if: ${{ needs.checks.outputs.forked_workflow == 'true' }}
628628

629629
- name: Docker Buildx
630-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
630+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
631631
if: ${{ needs.checks.outputs.forked_workflow == 'true' }}
632632

633633
- name: Build Docker Image ${{ matrix.base-os }}
@@ -738,7 +738,7 @@ jobs:
738738
echo "matrix_nap=$(cat .github/data/matrix-smoke-nap.json | jq -c --arg latest "${{ needs.checks.outputs.k8s_latest }}" '.k8s += [$latest]')" >> $GITHUB_OUTPUT
739739
740740
- name: Docker Buildx
741-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
741+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
742742

743743
- name: Azure login
744744
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
@@ -770,7 +770,7 @@ jobs:
770770
if: ${{ needs.checks.outputs.forked_workflow == 'false' }}
771771

772772
- name: Login to GCR
773-
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
773+
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
774774
with:
775775
registry: gcr.io
776776
username: oauth2accesstoken

0 commit comments

Comments
 (0)