From 077b284aed3ecf7289eb26ca02e1915f178e1da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 02:56:28 +0000 Subject: [PATCH] chore(deps): bump the minor-updates group across 2 directories with 2 updates Bumps the minor-updates group with 1 update in the / directory: [makerxstudio/shared-config](https://github.com/makerxstudio/shared-config). Bumps the minor-updates group with 1 update in the /.github/actions/build-docker directory: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `makerxstudio/shared-config` from 2.2.0 to 2.4.0 - [Release notes](https://github.com/makerxstudio/shared-config/releases) - [Changelog](https://github.com/MakerXStudio/shared-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/makerxstudio/shared-config/compare/762d74b20f86935a14bf51f82d493d09ca9324e9...f63ff1396281237d8c4be30769bf365b15d002ce) Updates `docker/setup-buildx-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd...d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5) --- updated-dependencies: - dependency-name: makerxstudio/shared-config dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: docker/setup-buildx-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates ... Signed-off-by: dependabot[bot] --- .github/actions/build-docker/action.yml | 2 +- .github/workflows/ensure-sha-pinned-actions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/build-docker/action.yml b/.github/actions/build-docker/action.yml index ed294a3..559e67a 100644 --- a/.github/actions/build-docker/action.yml +++ b/.github/actions/build-docker/action.yml @@ -46,7 +46,7 @@ runs: - name: Set up Docker Buildx if: inputs.use-buildkit == 'true' - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 + uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 - name: Build shell: bash diff --git a/.github/workflows/ensure-sha-pinned-actions.yml b/.github/workflows/ensure-sha-pinned-actions.yml index f83bd44..b680373 100644 --- a/.github/workflows/ensure-sha-pinned-actions.yml +++ b/.github/workflows/ensure-sha-pinned-actions.yml @@ -56,7 +56,7 @@ jobs: - name: Ensure SHA pinned actions id: pinned-actions - uses: makerxstudio/shared-config/.github/actions/ensure-sha-pinned-actions@762d74b20f86935a14bf51f82d493d09ca9324e9 # v2.2.0 + uses: makerxstudio/shared-config/.github/actions/ensure-sha-pinned-actions@f63ff1396281237d8c4be30769bf365b15d002ce # v2.4.0 with: allowlist: ${{ inputs.allowlist }} exemptions: ${{ inputs.exemptions }}