Skip to content

Commit 374b3e3

Browse files
build(deps): bump the github-actions group across 1 directory with 3 updates (#1265)
Bumps the github-actions group with 3 updates in the / directory: [docker/metadata-action](https://github.com/docker/metadata-action), [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/metadata-action` from 5.5.1 to 5.6.1 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@8e5442c...369eb59) Updates `docker/build-push-action` from 6.9.0 to 6.12.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@4f58ea7...67a2d40) Updates `actions/attest-build-provenance` from 1.4.4 to 2.1.0 - [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@ef24412...7668571)
1 parent 0633e45 commit 374b3e3

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cache.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
4444
- name: Extract metadata (tags, labels) for Test Container
4545
id: test-meta
46-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
46+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
4747
with:
4848
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4949
tags: |
5050
type=raw,value=${{ env.TEST_TAG }}
5151
5252
- name: Build and export Container image
53-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
53+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
5454
with:
5555
context: ./packaging/cache/
5656
load: true
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Extract metadata (tags, labels) for Container
6767
id: meta
68-
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
68+
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
6969
with:
7070
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
7171
tags: |
@@ -79,7 +79,7 @@ jobs:
7979
password: ${{ secrets.GITHUB_TOKEN }}
8080

8181
- name: Build and push Docker image
82-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
82+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.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@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
61+
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
6262
with:
6363
subject-path: "${{ github.workspace }}/${{ env.BUILD_PACKAGES }}/*"
6464

0 commit comments

Comments
 (0)