Skip to content

Commit b8d3570

Browse files
build(deps): bump the github-actions group across 1 directory with 2 updates (#1214)
Bumps the github-actions group with 2 updates in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `docker/build-push-action` from 6.5.0 to 6.7.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@5176d81...5cd11c3) Updates `actions/attest-build-provenance` from 1.4.0 to 1.4.2 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@210c191...6149ea5)
1 parent 55e9d93 commit b8d3570

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
type=raw,value=${{ env.TEST_TAG }}
5151
5252
- name: Build and export Container image
53-
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
53+
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
5454
with:
5555
context: ./packaging/cache/
5656
load: true
@@ -79,7 +79,7 @@ jobs:
7979
password: ${{ secrets.GITHUB_TOKEN }}
8080

8181
- name: Build and push Docker image
82-
uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
82+
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
8383
with:
8484
context: ./packaging/cache/
8585
push: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
path: ${{ env.BUILD_PACKAGES }}
5959

6060
- name: generate build provenance
61-
uses: actions/attest-build-provenance@210c1913531870065f03ce1f9440dd87bc0938cd # v1.4.0
61+
uses: actions/attest-build-provenance@6149ea5740be74af77f260b9db67e633f6b0a9a1 # v1.4.2
6262
with:
6363
subject-path: "${{ github.workspace }}/${{ env.BUILD_PACKAGES }}/*"
6464

0 commit comments

Comments
 (0)