From 2f5573dbfe1316286fc291b28e9e7cc5b76fa6f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 23:54:35 +0000 Subject: [PATCH] chore(deps): bump the minor-updates group across 3 directories with 3 updates Bumps the minor-updates group with 1 update in the / directory: [makerxstudio/shared-config/.github/actions/ensure-sha-pinned-actions](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). Bumps the minor-updates group with 1 update in the /.github/actions/node-deploy-cdk directory: [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials). Updates `makerxstudio/shared-config/.github/actions/ensure-sha-pinned-actions` 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.2.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd...bb05f3f5519dd87d3ba754cc423b652a5edd6d2c) Updates `aws-actions/configure-aws-credentials` from 6.1.1 to 6.2.2 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/d979d5b3a71173a29b74b5b88418bfda9437d885...517a711dbcd0e402f90c77e7e2f81e849156e31d) --- updated-dependencies: - dependency-name: makerxstudio/shared-config/.github/actions/ensure-sha-pinned-actions 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.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-updates - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.2 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/actions/node-deploy-cdk/action.yml | 4 ++-- .github/workflows/ensure-sha-pinned-actions.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/build-docker/action.yml b/.github/actions/build-docker/action.yml index ed294a3..e56d716 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@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 - name: Build shell: bash diff --git a/.github/actions/node-deploy-cdk/action.yml b/.github/actions/node-deploy-cdk/action.yml index 61fdc03..cb06ecc 100644 --- a/.github/actions/node-deploy-cdk/action.yml +++ b/.github/actions/node-deploy-cdk/action.yml @@ -117,7 +117,7 @@ runs: - name: Configure AWS Credentials (access key) if: ${{ inputs.aws-access-key-id && inputs.aws-secret-access-key }} - uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 + uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 with: aws-access-key-id: ${{ inputs.aws-access-key-id }} aws-secret-access-key: ${{ inputs.aws-secret-access-key }} @@ -125,7 +125,7 @@ runs: - name: Configure AWS Credentials (GitHub federation) if: ${{ inputs.aws-account-id && inputs.aws-role-name }} - uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 + uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2 with: role-to-assume: arn:aws:iam::${{ inputs.aws-account-id }}:role/${{ inputs.aws-role-name }} aws-region: ${{ inputs.aws-region }} 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 }}