From c9025d11009a37ce6f9573eec775e43597046b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 15:32:47 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) and [actions/setup-java](https://github.com/actions/setup-java). Updates `anthropics/claude-code-action` from 1.0.135 to 1.0.153 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/70a6e5256e9e2366a1ed5c041904a982ba3a328f...2fee15510437d71399d9139ed60433470484a8fb) Updates `actions/setup-java` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/be666c2fcd27ec809703dec50e508c2fdc7f6654...ad2b38190b15e4d6bdf0c97fb4fca8412226d287) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.153 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-java dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-code-review.yml | 2 +- .github/workflows/claude.yml | 2 +- .github/workflows/customer-360.yml | 2 +- .github/workflows/feature-store.yml | 2 +- .github/workflows/fraud-detection.yml | 2 +- .github/workflows/graph-rag.yml | 2 +- .github/workflows/iam.yml | 2 +- .github/workflows/knowledge-graphs.yml | 2 +- .github/workflows/realtime-analytics.yml | 2 +- .github/workflows/recommendation-engine.yml | 2 +- .github/workflows/social-network-analytics.yml | 2 +- .github/workflows/supply-chain.yml | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 6cea058..5426a70 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -33,7 +33,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@70a6e5256e9e2366a1ed5c041904a982ba3a328f # v1.0.135 + uses: anthropics/claude-code-action@2fee15510437d71399d9139ed60433470484a8fb # v1.0.153 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 277c984..ef419cc 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -32,7 +32,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@70a6e5256e9e2366a1ed5c041904a982ba3a328f # v1.0.135 + uses: anthropics/claude-code-action@2fee15510437d71399d9139ed60433470484a8fb # v1.0.153 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/customer-360.yml b/.github/workflows/customer-360.yml index 767b30e..448a68d 100644 --- a/.github/workflows/customer-360.yml +++ b/.github/workflows/customer-360.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Java if: matrix.runner == 'java' - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/feature-store.yml b/.github/workflows/feature-store.yml index 6a0dd97..78741fe 100644 --- a/.github/workflows/feature-store.yml +++ b/.github/workflows/feature-store.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Java if: matrix.runner == 'java' - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/fraud-detection.yml b/.github/workflows/fraud-detection.yml index c8e022b..974ce0f 100644 --- a/.github/workflows/fraud-detection.yml +++ b/.github/workflows/fraud-detection.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Java if: matrix.runner == 'java' - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/graph-rag.yml b/.github/workflows/graph-rag.yml index 47b9337..ebbf201 100644 --- a/.github/workflows/graph-rag.yml +++ b/.github/workflows/graph-rag.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Java if: matrix.runner == 'java' || matrix.runner == 'langchain4j' - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/iam.yml b/.github/workflows/iam.yml index 81ef2f4..eec222d 100644 --- a/.github/workflows/iam.yml +++ b/.github/workflows/iam.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Java if: matrix.runner == 'java' || matrix.runner == 'java-cypher' - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/knowledge-graphs.yml b/.github/workflows/knowledge-graphs.yml index 9a9a534..e2a2a8f 100644 --- a/.github/workflows/knowledge-graphs.yml +++ b/.github/workflows/knowledge-graphs.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Java if: matrix.runner == 'java' - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/realtime-analytics.yml b/.github/workflows/realtime-analytics.yml index 2926045..d65086b 100644 --- a/.github/workflows/realtime-analytics.yml +++ b/.github/workflows/realtime-analytics.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Java if: matrix.runner == 'java' - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/recommendation-engine.yml b/.github/workflows/recommendation-engine.yml index 26b11df..5604434 100644 --- a/.github/workflows/recommendation-engine.yml +++ b/.github/workflows/recommendation-engine.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Java if: matrix.runner == 'java' - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/social-network-analytics.yml b/.github/workflows/social-network-analytics.yml index cece3b7..694d7a2 100644 --- a/.github/workflows/social-network-analytics.yml +++ b/.github/workflows/social-network-analytics.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Java if: matrix.runner == 'java' - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: java-version: '21' distribution: 'temurin' diff --git a/.github/workflows/supply-chain.yml b/.github/workflows/supply-chain.yml index 215981f..308e507 100644 --- a/.github/workflows/supply-chain.yml +++ b/.github/workflows/supply-chain.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Java if: matrix.runner == 'java' - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0 + uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0 with: java-version: '21' distribution: 'temurin'