Skip to content

Commit d86fd52

Browse files
chore(deps): update all github actions (#287)
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) | | [docker/metadata-action](https://redirect.github.com/docker/metadata-action) | action | minor | `v5.9.0` -> `v5.10.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/docker/metadata-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/docker/metadata-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> <details> <summary>docker/metadata-action (docker/metadata-action)</summary> ### [`v5.10.0`](https://redirect.github.com/docker/metadata-action/compare/v5.9.0...v5.10.0) [Compare Source](https://redirect.github.com/docker/metadata-action/compare/v5.9.0...v5.10.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Europe/Dublin. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- 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/BSStudio/bss-web-file-api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7dad39f commit d86fd52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
password: ${{ github.token }}
4040
- uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
4141
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
42-
- uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
42+
- uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
4343
id: meta
4444
env:
4545
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
@@ -57,7 +57,7 @@ jobs:
5757
# on.push.branch: branchName
5858
# on.pull_request: pr-number (won't be pushed)
5959

60-
- uses: docker/bake-action@3acf805d94d93a86cce4ca44798a76464a75b88c # v6.9.0
60+
- uses: docker/bake-action@5be5f02ff8819ecd3092ea6b2e6261c31774f2b4 # v6.10.0
6161
with:
6262
push: ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' }}
6363
files: |

0 commit comments

Comments
 (0)