Skip to content

Commit 107930b

Browse files
chore(deps): update docker/bake-action action to v6.9.0 (#3264)
This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [docker/bake-action](https://redirect.github.com/docker/bake-action) | action | minor | `v6.8.0` -> `v6.9.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.9.0`](https://redirect.github.com/docker/bake-action/releases/tag/v6.9.0) [Compare Source](https://redirect.github.com/docker/bake-action/compare/v6.8.0...v6.9.0) - Add [`matrix`](https://redirect.github.com/docker/bake-action/blob/master/subaction/matrix) subaction and deprecate `list-targets` by [@&#8203;crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/bake-action/pull/204](https://redirect.github.com/docker/bake-action/pull/204) - Add `call` input to set method for evaluating build by [@&#8203;crazy-max](https://redirect.github.com/crazy-max) in [https://github.com/docker/bake-action/pull/338](https://redirect.github.com/docker/bake-action/pull/338) - Bump [@&#8203;docker/actions-toolkit](https://redirect.github.com/docker/actions-toolkit) from 0.62.1 to 0.63.0 in [https://github.com/docker/bake-action/pull/342](https://redirect.github.com/docker/bake-action/pull/342) - Bump brace-expansion from 1.1.11 to 1.1.12 in [https://github.com/docker/bake-action/pull/339](https://redirect.github.com/docker/bake-action/pull/339) - Bump form-data from 2.5.1 to 2.5.5 in [https://github.com/docker/bake-action/pull/334](https://redirect.github.com/docker/bake-action/pull/334) - Bump tmp from 0.2.3 to 0.2.4 in [https://github.com/docker/bake-action/pull/341](https://redirect.github.com/docker/bake-action/pull/341) - Bump undici from 5.28.4 to 5.29.0 in [https://github.com/docker/bake-action/pull/340](https://redirect.github.com/docker/bake-action/pull/340) > \[!IMPORTANT] > [`docker/bake-action/subaction/list-targets`](https://redirect.github.com/docker/bake-action/tree/v6.9.0/subaction/list-targets) is deprecated and will be removed in a future release. > Please use [`docker/bake-action/subaction/matrix`](https://redirect.github.com/docker/bake-action/blob/master/subaction/matrix) instead. **Full Changelog**: docker/bake-action@v6.8.0...v6.9.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:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYnVtcC9taW5vciIsImRlcGVuZGVuY2llcyJdfQ==--> 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 f41bb44 commit 107930b

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@37816e747588cb137173af99ab33873600c46ea8 # v6.8.0
46+
uses: docker/bake-action@3acf805d94d93a86cce4ca44798a76464a75b88c # v6.9.0
4747
with:
4848
builder: ${{ steps.buildx.outputs.name }}
4949
files: docker-compose.yml

0 commit comments

Comments
 (0)