From 862c574df807f8038ad6a267ee48f56f25438fb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 21:09:59 +0000 Subject: [PATCH] chore(deps): Bump the actions-routine group across 1 directory with 4 updates Bumps the actions-routine group with 4 updates in the / directory: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action), [github/codeql-action/upload-sarif](https://github.com/github/codeql-action), [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) and [terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint). Updates `anthropics/claude-code-action` from 1.0.199 to 1.0.216 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/dcb57747bfceeaa1fa72638cae52295d1d853d4a...d75b94d5ad426cb8546e6628b6f5f19b84e5cce1) Updates `github/codeql-action/upload-sarif` from 4.37.8 to 4.37.9 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28...cdf488f595d80d6e07e03d4674febd5ab45fa938) Updates `aws-actions/configure-aws-credentials` from 6.2.3 to 6.2.4 - [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/e6de054238d6b7531b4efff3b6587d9aade6a06c...cbe3b392738ccf3f987d68400dafcf4b0624a56c) Updates `terraform-linters/setup-tflint` from 6.3.0 to 6.3.1 - [Release notes](https://github.com/terraform-linters/setup-tflint/releases) - [Commits](https://github.com/terraform-linters/setup-tflint/compare/6e1e0642c0289bd619021bf6b34e3c08ed1e005a...1cf010d3c7aef302051ccdb68c14c5dc2efa34ef) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.216 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-routine - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-routine - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-routine - dependency-name: terraform-linters/setup-tflint dependency-version: 6.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-routine ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-responder.yml | 2 +- .github/workflows/claude-review.yml | 2 +- .github/workflows/scorecard.yml | 2 +- .github/workflows/site-deploy.yml | 2 +- .github/workflows/tf-lint.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/claude-responder.yml b/.github/workflows/claude-responder.yml index ccf489c..b2f5d39 100644 --- a/.github/workflows/claude-responder.yml +++ b/.github/workflows/claude-responder.yml @@ -68,7 +68,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@dcb57747bfceeaa1fa72638cae52295d1d853d4a # v1 + uses: anthropics/claude-code-action@d75b94d5ad426cb8546e6628b6f5f19b84e5cce1 # v1 env: CLAUDE_CODE_MAX_OUTPUT_TOKENS: ${{ inputs.output_max_tokens }} with: diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 3be35a5..18a2fad 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -65,7 +65,7 @@ jobs: - name: Run Claude Code Review id: claude continue-on-error: true - uses: anthropics/claude-code-action@dcb57747bfceeaa1fa72638cae52295d1d853d4a # v1 + uses: anthropics/claude-code-action@d75b94d5ad426cb8546e6628b6f5f19b84e5cce1 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} allowed_bots: ${{ inputs.allowed_bots }} diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 925fd44..639e29a 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -56,6 +56,6 @@ jobs: retention-days: 5 - name: Upload to code-scanning dashboard - uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8 + uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 with: sarif_file: results.sarif diff --git a/.github/workflows/site-deploy.yml b/.github/workflows/site-deploy.yml index fc04659..e66d6da 100644 --- a/.github/workflows/site-deploy.yml +++ b/.github/workflows/site-deploy.yml @@ -119,7 +119,7 @@ jobs: run: npm run build - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 + uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4 with: role-to-assume: ${{ inputs.role_arn }} aws-region: ${{ inputs.aws_region }} diff --git a/.github/workflows/tf-lint.yml b/.github/workflows/tf-lint.yml index 6c8cb0c..520f219 100644 --- a/.github/workflows/tf-lint.yml +++ b/.github/workflows/tf-lint.yml @@ -100,7 +100,7 @@ jobs: # ── Gate 3: tflint ─────────────────────────────────────────────────── - name: Setup tflint if: inputs.enable_tflint - uses: terraform-linters/setup-tflint@6e1e0642c0289bd619021bf6b34e3c08ed1e005a # v6.3.0 + uses: terraform-linters/setup-tflint@1cf010d3c7aef302051ccdb68c14c5dc2efa34ef # v6.3.1 with: tflint_version: ${{ inputs.tflint_version }}