Skip to content

Commit f31bb5c

Browse files
dependabot[bot]jjngxvepatelpdabelf5oseoin
authored
Bump the actions group across 1 directory with 5 updates (nginx#5825)
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.6` | `4.1.7` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.0.2` | `6.1.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.24.7` | `3.25.10` | | [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) | `1.50.0` | `1.51.0` | | [nginxinc/aws-marketplace-publish](https://github.com/nginxinc/aws-marketplace-publish) | `1.0.3` | `1.0.4` | Updates `actions/checkout` from 4.1.6 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.6...692973e) Updates `docker/build-push-action` from 6.0.2 to 6.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@f6010ea...31159d4) Updates `github/codeql-action` from 3.24.7 to 3.25.10 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.24.7...23acc5c) Updates `reviewdog/action-actionlint` from 1.50.0 to 1.51.0 - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](reviewdog/action-actionlint@2927e85...afad3b6) Updates `nginxinc/aws-marketplace-publish` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/nginxinc/aws-marketplace-publish/releases) - [Commits](nginx/aws-marketplace-publish@be512a7...9f17851) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: nginxinc/aws-marketplace-publish dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Jarosz <[email protected]> Co-authored-by: Venktesh Shivam Patel <[email protected]> Co-authored-by: Paul Abel <[email protected]> Co-authored-by: oseoin <[email protected]>
1 parent 7164119 commit f31bb5c

11 files changed

+22
-22
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
type=raw,value=${{ needs.checks.outputs.docker_md5 }},enable=${{ needs.checks.outputs.docker_md5 != '' }}
9393
9494
- name: Build Base Container
95-
uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
95+
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
9696
with:
9797
file: build/Dockerfile
9898
context: "."
@@ -156,7 +156,7 @@ jobs:
156156
type=raw,value=${{ needs.checks.outputs.docker_md5 }},enable=${{ needs.checks.outputs.docker_md5 != '' }}
157157
158158
- name: Build Base Container
159-
uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
159+
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
160160
with:
161161
file: build/Dockerfile
162162
context: "."
@@ -225,7 +225,7 @@ jobs:
225225
type=raw,value=${{ needs.checks.outputs.docker_md5 }},enable=${{ needs.checks.outputs.docker_md5 != '' }}
226226
227227
- name: Build Base Container
228-
uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
228+
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
229229
with:
230230
file: build/Dockerfile
231231
context: "."

.github/workflows/build-oss.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
if: ${{ steps.images_exist.outputs.target_exists != 'true' }}
121121

122122
- name: Build Base Container
123-
uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
123+
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
124124
with:
125125
file: build/Dockerfile
126126
context: "."
@@ -152,7 +152,7 @@ jobs:
152152
if: ${{ steps.images_exist.outputs.base_exists != 'true' || steps.images_exist.outputs.target_exists != 'true' }}
153153

154154
- name: Build Docker image
155-
uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
155+
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
156156
id: build-push
157157
with:
158158
file: build/Dockerfile

.github/workflows/build-plus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
if: ${{ steps.images_exist.outputs.target_exists != 'true' }}
125125

126126
- name: Build Base Container
127-
uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
127+
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
128128
with:
129129
file: build/Dockerfile
130130
context: "."
@@ -161,7 +161,7 @@ jobs:
161161
if: ${{ steps.images_exist.outputs.base_exists != 'true' || steps.images_exist.outputs.target_exists != 'true' }}
162162

163163
- name: Build Docker image
164-
uses: docker/build-push-action@f6010ea70151369b06f0194be1051fbbdff851b2 # v6.0.2
164+
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
165165
id: build-push
166166
with:
167167
file: build/Dockerfile

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
password: ${{ steps.auth.outputs.access_token }}
5050

5151
- 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
5353
with:
5454
file: tests/Dockerfile
5555
context: "."

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ jobs:
441441
if: ${{ needs.checks.outputs.forked_workflow == 'true' && needs.checks.outputs.docs_only == 'false' }}
442442

443443
- 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
445445
with:
446446
file: build/Dockerfile
447447
context: "."
@@ -559,7 +559,7 @@ jobs:
559559
if: ${{ needs.checks.outputs.forked_workflow == 'false' && needs.checks.outputs.docs_only == 'false' }}
560560

561561
- 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
563563
with:
564564
file: tests/Dockerfile
565565
context: "."

.github/workflows/image-promotion.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ jobs:
427427
overwrite: true
428428

429429
- 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
431431
with:
432432
sarif_file: "${{ steps.directory.outputs.directory }}/"
433433

@@ -517,7 +517,7 @@ jobs:
517517
overwrite: true
518518

519519
- 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
521521
with:
522522
sarif_file: "${{ steps.directory.outputs.directory }}/"
523523

@@ -607,6 +607,6 @@ jobs:
607607
overwrite: true
608608

609609
- 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
611611
with:
612612
sarif_file: "${{ steps.directory.outputs.directory }}/"

.github/workflows/lint-format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Checkout Repository
6464
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6565

66-
- uses: reviewdog/action-actionlint@2927e858b45218240af952feb1d702cf6365f39a # v1.50.0
66+
- uses: reviewdog/action-actionlint@afad3b6ab835e5611bda8c8193377e2d5c21413d # v1.51.0
6767
with:
6868
actionlint_flags: -shellcheck ""
6969

.github/workflows/patch-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
password: ${{ steps.auth.outputs.access_token }}
7171

7272
- 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
7474
with:
7575
file: build/Dockerfile
7676
context: "."

.github/workflows/regression.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
branch: ${{ steps.vars.outputs.branch }}
3737
steps:
3838
- name: Checkout Repository
39-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
39+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4040
with:
4141
ref: ${{ inputs.branch && inputs.branch || github.event.repository.default_branch }}
4242

@@ -101,7 +101,7 @@ jobs:
101101
id-token: write
102102
steps:
103103
- name: Checkout Repository
104-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
104+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
105105
with:
106106
ref: ${{ needs.checks.outputs.branch }}
107107

@@ -180,7 +180,7 @@ jobs:
180180
matrix: ${{ steps.set-matrix.outputs.matrix }}
181181
steps:
182182
- name: Checkout Repository
183-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
183+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
184184
with:
185185
ref: ${{ needs.checks.outputs.branch }}
186186

@@ -200,7 +200,7 @@ jobs:
200200
id-token: write
201201
steps:
202202
- name: Checkout Repository
203-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
203+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
204204
with:
205205
ref: ${{ needs.checks.outputs.branch }}
206206

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
ref: ${{ inputs.release_branch }}
276276

277277
- 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
279279
continue-on-error: true
280280
with:
281281
version: ${{ inputs.nic_version }}

.github/workflows/setup-smoke.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
if: ${{ inputs.authenticated }}
113113

114114
- 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
116116
with:
117117
file: tests/Dockerfile
118118
context: "."
@@ -124,7 +124,7 @@ jobs:
124124
if: ${{ ( !inputs.authenticated || steps.check-image.outcome == 'failure' ) }}
125125

126126
- 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
128128
with:
129129
file: build/Dockerfile
130130
context: "."

0 commit comments

Comments
 (0)