Skip to content

Commit 0773922

Browse files
chore(deps): update docker/bake-action action to v6.10.0 (#3392)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [docker/bake-action](https://redirect.github.com/docker/bake-action) | action | minor | `v6.9.0` -> `v6.10.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/docker/bake-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/docker/bake-action) | --- ### Release Notes <details> <summary>docker/bake-action (docker/bake-action)</summary> ### [`v6.10.0`](https://redirect.github.com/docker/bake-action/releases/tag/v6.10.0) [Compare Source](https://redirect.github.com/docker/bake-action/compare/v6.9.0...v6.10.0) - Check provenance attestation set in bake definition before overriding by [@&#8203;crazy-max](https://redirect.github.com/crazy-max) in [#&#8203;359](https://redirect.github.com/docker/bake-action/pull/359) - Bump [@&#8203;docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.63.0 to 0.68.0 in [#&#8203;360](https://redirect.github.com/docker/bake-action/pull/360) - Bump js-yaml from 3.14.1 to 3.14.2 in [#&#8203;357](https://redirect.github.com/docker/bake-action/pull/357) **Full Changelog**: <docker/bake-action@v6.9.0...v6.10.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/IBM/sarama). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYnVtcC9taW5vciIsImRlcGVuZGVuY2llcyJdfQ==--> 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 d09baed commit 0773922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fvt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
4444
id: buildx
4545
- name: Build FVT Docker Image
46-
uses: docker/bake-action@3acf805d94d93a86cce4ca44798a76464a75b88c # v6.9.0
46+
uses: docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10.0
4747
with:
4848
builder: ${{ steps.buildx.outputs.name }}
4949
files: docker-compose.yml

0 commit comments

Comments
 (0)