From c74cbc29ffd8c3fad09f822e7192eb2a1c09f196 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 23:54:13 +0000 Subject: [PATCH] chore(deps): bump the minor-updates group across 3 directories with 4 updates Bumps the minor-updates group with 2 updates in the / directory: [makerxstudio/shared-config/.github/actions/ensure-sha-pinned-actions](https://github.com/makerxstudio/shared-config) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). 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 `astral-sh/setup-uv` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/08807647e7069bb48b6ef5acd8ec9567f424441b...fac544c07dec837d0ccb6301d7b5580bf5edae39) 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) Updates `aws-actions/configure-aws-credentials` from 6.1.1 to 6.2.1 - [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...254c19bd240aabef8777f48595e9d2d7b972184b) --- 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: astral-sh/setup-uv dependency-version: 8.2.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 - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.1 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 +- .github/workflows/python-uv-build-zip.yml | 2 +- .github/workflows/python-uv-ci.yml | 2 +- 5 files changed, 6 insertions(+), 6 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/actions/node-deploy-cdk/action.yml b/.github/actions/node-deploy-cdk/action.yml index 61fdc03..ef520ec 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@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 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@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1 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 }} diff --git a/.github/workflows/python-uv-build-zip.yml b/.github/workflows/python-uv-build-zip.yml index 0c40d64..b7a24b3 100644 --- a/.github/workflows/python-uv-build-zip.yml +++ b/.github/workflows/python-uv-build-zip.yml @@ -67,7 +67,7 @@ jobs: fetch-depth: 0 - name: Set up uv with caching - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: true diff --git a/.github/workflows/python-uv-ci.yml b/.github/workflows/python-uv-ci.yml index 61b4dfc..3555bbd 100644 --- a/.github/workflows/python-uv-ci.yml +++ b/.github/workflows/python-uv-ci.yml @@ -135,7 +135,7 @@ jobs: fetch-depth: 0 - name: Set up uv with caching - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 with: enable-cache: true