From c083a4240782de07d8a2fd7726b7b0ae274bb46c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 08:23:24 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 3 updates Bumps the actions group with 3 updates in the / directory: [chromaui/action](https://github.com/chromaui/action), [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) and [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `chromaui/action` from 18.0.1 to 18.1.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/94713c544284a14195de3b50ef24301579f1877e...14cfaef73576e69f95f47f60058063f46ca38719) Updates `aws-actions/configure-aws-credentials` from 6.2.2 to 6.2.3 - [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/v6.2.2...v6.2.3) Updates `anthropics/claude-code-action` from 1.0.180 to 1.0.181 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/fa7e2f0a29a126f0b81cdcf360561b36e44cf608...44423bdec74b97d67543eb16c110546762c110b2) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.181 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: chromaui/action dependency-version: 18.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/chromatic.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/pr-reviewer.yml | 2 +- .github/workflows/release.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 8910fc9e1..cf915d021 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -40,7 +40,7 @@ jobs: - name: Run Chromatic if: env.CHROMATIC_PROJECT_TOKEN - uses: chromaui/action@94713c544284a14195de3b50ef24301579f1877e # v18.0.1 + uses: chromaui/action@14cfaef73576e69f95f47f60058063f46ca38719 # v18.1.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 9d88079dd..cda682edd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -235,7 +235,7 @@ jobs: uses: docker/setup-buildx-action@v4.2.0 - name: Configure AWS credentials if: vars.ECR_REGION - uses: aws-actions/configure-aws-credentials@v6.2.2 + uses: aws-actions/configure-aws-credentials@v6.2.3 with: aws-access-key-id: ${{ secrets.ECR_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.ECR_SECRET_ACCESS_KEY }} @@ -292,7 +292,7 @@ jobs: needs: build-images steps: - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v6.2.2 + uses: aws-actions/configure-aws-credentials@v6.2.3 with: aws-access-key-id: ${{ secrets.ECR_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.ECR_SECRET_ACCESS_KEY }} diff --git a/.github/workflows/pr-reviewer.yml b/.github/workflows/pr-reviewer.yml index 42982c313..794fa5001 100644 --- a/.github/workflows/pr-reviewer.yml +++ b/.github/workflows/pr-reviewer.yml @@ -78,7 +78,7 @@ jobs: # the MCP github tools are authenticated separately and do not cover # raw `gh` invocations. GH_TOKEN: ${{ steps.app_token.outputs.token }} - uses: anthropics/claude-code-action@fa7e2f0a29a126f0b81cdcf360561b36e44cf608 # v1 + uses: anthropics/claude-code-action@44423bdec74b97d67543eb16c110546762c110b2 # v1 with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} github_token: ${{ steps.app_token.outputs.token }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad7572e8b..48a1626e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v4.2.0 - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v6.2.2 + uses: aws-actions/configure-aws-credentials@v6.2.3 with: aws-access-key-id: ${{ secrets.ECR_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.ECR_SECRET_ACCESS_KEY }} @@ -109,7 +109,7 @@ jobs: echo "The release was created as a draft." >> $GITHUB_STEP_SUMMARY echo "Please [review and publish it](${RELEASE_URL/\/tags\//\/edit\/})." >> $GITHUB_STEP_SUMMARY - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v6.2.2 + uses: aws-actions/configure-aws-credentials@v6.2.3 with: aws-access-key-id: ${{ secrets.RELEASE_S3_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.RELEASE_S3_SECRET_ACCESS_KEY }}