Skip to content

Commit 2f8e3e2

Browse files
dependabot[bot]amisevsk
authored andcommitted
Bump the actions-minor group across 1 directory with 2 updates
Bumps the actions-minor group with 2 updates in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action) and [anchore/sbom-action](https://github.com/anchore/sbom-action). Updates `docker/build-push-action` from 6.18.0 to 6.19.2 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@2634353...10e90e3) Updates `anchore/sbom-action` from 0.22.1 to 0.22.2 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@deef08a...28d7154) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.19.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor - dependency-name: anchore/sbom-action dependency-version: 0.22.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7df20e9 commit 2f8e3e2

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

.github/workflows/kubeflow-components-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242

4343
- name: Check kubeflow components container build
44-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
44+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
4545
with:
4646
platforms: linux/amd64,linux/arm64
4747
push: false

.github/workflows/next-container-build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Build and push base Kit container
4545
id: build-kit-container
46-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
46+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
4747
with:
4848
platforms: linux/amd64,linux/arm64
4949
push: true
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Build and push Kit init container
6262
id: build-kit-init-container
63-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
63+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
6464
with:
6565
platforms: linux/amd64,linux/arm64
6666
push: true
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Build and push Kit KServe container
7979
id: build-kit-serve-container
80-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
80+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
8181
with:
8282
platforms: linux/amd64,linux/arm64
8383
push: true
@@ -94,7 +94,7 @@ jobs:
9494
9595
- name: Build and push Kubeflow Pipeline components container
9696
id: build-kubeflow-container
97-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
97+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
9898
with:
9999
platforms: linux/amd64,linux/arm64
100100
push: true

.github/workflows/platform-release.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
p12-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
6262

6363
- name: Install Syft
64-
uses: anchore/sbom-action/download-syft@deef08a0db64bfad603422135db61477b16cef56 #v0.22.1
64+
uses: anchore/sbom-action/download-syft@28d71544de8eaf1b958d335707167c5f783590ad #v0.22.2
6565
with:
6666
syft-version: v1.32.0
6767

@@ -112,7 +112,7 @@ jobs:
112112
go-version-file: 'go.mod'
113113

114114
- name: Install Syft
115-
uses: anchore/sbom-action/download-syft@deef08a0db64bfad603422135db61477b16cef56 #v0.22.1
115+
uses: anchore/sbom-action/download-syft@28d71544de8eaf1b958d335707167c5f783590ad #v0.22.2
116116
with:
117117
syft-version: v1.32.0
118118

@@ -146,7 +146,7 @@ jobs:
146146
go-version-file: 'go.mod'
147147

148148
- name: Install Syft
149-
uses: anchore/sbom-action/download-syft@deef08a0db64bfad603422135db61477b16cef56 #v0.22.1
149+
uses: anchore/sbom-action/download-syft@28d71544de8eaf1b958d335707167c5f783590ad #v0.22.2
150150
with:
151151
syft-version: v1.32.0
152152

@@ -380,7 +380,7 @@ jobs:
380380

381381
- name: Build and push base Kit container
382382
id: build-kit-container
383-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
383+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
384384
with:
385385
platforms: linux/amd64,linux/arm64
386386
push: true
@@ -398,7 +398,7 @@ jobs:
398398
399399
- name: Build and push Kit init container
400400
id: build-kit-init-container
401-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
401+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
402402
with:
403403
platforms: linux/amd64,linux/arm64
404404
push: true
@@ -416,7 +416,7 @@ jobs:
416416
417417
- name: Build and push Kit KServe container
418418
id: build-kit-serve-container
419-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
419+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
420420
with:
421421
platforms: linux/amd64,linux/arm64
422422
push: true
@@ -434,7 +434,7 @@ jobs:
434434
435435
- name: Build and push Kubeflow Pipeline components container
436436
id: build-kubeflow-container
437-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
437+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
438438
with:
439439
platforms: linux/amd64,linux/arm64
440440
push: true

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
116116

117117
- name: Check kit container build
118-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
118+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
119119
with:
120120
platforms: linux/amd64,linux/arm64
121121
push: false

.github/workflows/test-container-entrypoints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414

1515
- name: Build test container
16-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
16+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
1717
with:
1818
context: ./build
1919
file: ./build/ci/Dockerfile

0 commit comments

Comments
 (0)