From c030cde20aa8c0c068ad3b4f994d80f1d01fa822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:44:21 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 6 updates Bumps the actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `2.2.1` | `3.0.0` | | [chromaui/action](https://github.com/chromaui/action) | `15.1.0` | `15.3.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.12.0` | `4.0.0` | | [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) | `2.0.1` | `2.0.2` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.19.2` | `7.0.0` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.5.0` | `2.6.1` | Updates `actions/create-github-app-token` from 2.2.1 to 3.0.0 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v2.2.1...v3.0.0) Updates `chromaui/action` from 15.1.0 to 15.3.0 - [Release notes](https://github.com/chromaui/action/releases) - [Changelog](https://github.com/chromaui/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/chromaui/action/compare/v15.1.0...v15.3.0) Updates `docker/setup-buildx-action` from 3.12.0 to 4.0.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.12.0...v4.0.0) Updates `aws-actions/amazon-ecr-login` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases) - [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/amazon-ecr-login/compare/v2.0.1...v2.0.2) Updates `docker/build-push-action` from 6.19.2 to 7.0.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.19.2...v7.0.0) Updates `softprops/action-gh-release` from 2.5.0 to 2.6.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.5.0...v2.6.1) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: chromaui/action dependency-version: 15.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/setup-buildx-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: aws-actions/amazon-ecr-login dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: docker/build-push-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/chromatic.yml | 2 +- .github/workflows/ci.yml | 10 +++++----- .github/workflows/release.yml | 14 +++++++------- .github/workflows/sync-internal.yml | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 3fca96f2cc..6c8d563501 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Get token from Github App id: app_token - uses: actions/create-github-app-token@v2.2.1 + uses: actions/create-github-app-token@v3.0.0 with: app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }} private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }} diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 505d5c3d74..313f7fd5ac 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -36,7 +36,7 @@ jobs: - name: Run Chromatic if: env.CHROMATIC_PROJECT_TOKEN - uses: chromaui/action@v15.1.0 + uses: chromaui/action@v15.3.0 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} onlyChanged: true # 👈 Required option to enable TurboSnap diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 89bed00ae1..b1ab023229 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,7 +211,7 @@ jobs: key: dist-${{ github.sha }} fail-on-cache-miss: true - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.12.0 + uses: docker/setup-buildx-action@v4.0.0 - name: Configure AWS credentials if: vars.ECR_REGION uses: aws-actions/configure-aws-credentials@v6.0.0 @@ -222,7 +222,7 @@ jobs: - name: Login to Amazon ECR id: login-ecr if: vars.ECR_REGION - uses: aws-actions/amazon-ecr-login@v2.0.1 + uses: aws-actions/amazon-ecr-login@v2.0.2 - name: Format image tag parts env: BRANCH: ${{ github.head_ref || github.ref_name }} @@ -234,7 +234,7 @@ jobs: echo SHORT_SHA=${SHA::8} >> "$GITHUB_ENV" - name: Build image if: vars.ECR_REGION - uses: docker/build-push-action@v6.19.2 + uses: docker/build-push-action@v7.0.0 with: context: . file: ./${{ matrix.target.file }} @@ -252,7 +252,7 @@ jobs: cache-to: mode=max,image-manifest=true,oci-mediatypes=true,type=registry,ref=${{ env.REPOSITORY_URI }}:${{ env.SANITIZED_BRANCH }}-${{ matrix.platform }}-cache - name: Build image if: ${{ !vars.ECR_REGION }} - uses: docker/build-push-action@v6.19.2 + uses: docker/build-push-action@v7.0.0 with: context: . file: ./${{ matrix.target.file }} @@ -278,7 +278,7 @@ jobs: aws-region: ${{ vars.ECR_REGION }} - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@v2.0.1 + uses: aws-actions/amazon-ecr-login@v2.0.2 - name: Format image tag components env: BRANCH: ${{ github.head_ref || github.ref_name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74aa71d7e1..2965e6a3ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: VERSION: ${{ needs.get-version.outputs.version }} steps: - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.12.0 + uses: docker/setup-buildx-action@v4.0.0 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v6.0.0 with: @@ -53,9 +53,9 @@ jobs: aws-region: ${{ vars.ECR_REGION }} - name: Login to private ECR id: login-private-ecr - uses: aws-actions/amazon-ecr-login@v2.0.1 + uses: aws-actions/amazon-ecr-login@v2.0.2 - name: Login to public ECR - uses: aws-actions/amazon-ecr-login@v2.0.1 + uses: aws-actions/amazon-ecr-login@v2.0.2 env: AWS_REGION: ${{ vars.ECR_PUBLIC_REGION }} with: @@ -94,7 +94,7 @@ jobs: - name: Create a GitHub release id: create-github-release if: inputs.github_release - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.6.1 with: target_commitish: ${{ github.sha }} tag_name: ${{ env.VERSION }} @@ -133,7 +133,7 @@ jobs: steps: - name: Get GitHub App token id: app_token - uses: actions/create-github-app-token@v2.2.1 + uses: actions/create-github-app-token@v3.0.0 with: app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }} private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }} @@ -154,7 +154,7 @@ jobs: steps: - name: Get token from Github App id: app_token - uses: actions/create-github-app-token@v2.2.1 + uses: actions/create-github-app-token@v3.0.0 with: app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }} private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }} @@ -175,7 +175,7 @@ jobs: steps: - name: Get GitHub App token id: app_token - uses: actions/create-github-app-token@v2.2.1 + uses: actions/create-github-app-token@v3.0.0 with: app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }} private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }} diff --git a/.github/workflows/sync-internal.yml b/.github/workflows/sync-internal.yml index a75811d88d..db42bd5e16 100644 --- a/.github/workflows/sync-internal.yml +++ b/.github/workflows/sync-internal.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Get token from Github App id: app_token - uses: actions/create-github-app-token@v2.2.1 + uses: actions/create-github-app-token@v3.0.0 with: app-id: ${{ vars.DEVOPS_GITHUB_APP_ID }} private-key: ${{ secrets.DEVOPS_GITHUB_APP_PEM }}