From 037acca20fca0e445560b5686507ff97efd36ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 14:46:43 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [azure/login](https://github.com/azure/login) and [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action). Updates `azure/login` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/532459ea530d8321f2fb9bb10d1e0bcf23869a43...f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca) Updates `anthropics/claude-code-action` from 1.0.183 to 1.0.190 - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/be7b93b1907a4abad570368f3c74b6fe3807510b...5ef2e550a465a721f4f45e4a7d3c340c873e1dcc) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.187 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: azure/login dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-migration-tests.yml | 2 +- .github/workflows/claude-code-review.yml | 2 +- .github/workflows/claude.yml | 2 +- .github/workflows/ps3-smoke.yml | 2 +- .github/workflows/runner-reconcile.yml | 4 ++-- .github/workflows/runner-scale-up.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/azure-migration-tests.yml b/.github/workflows/azure-migration-tests.yml index 662e6f28161..5d9eb3b9e76 100644 --- a/.github/workflows/azure-migration-tests.yml +++ b/.github/workflows/azure-migration-tests.yml @@ -127,7 +127,7 @@ jobs: Install-Module @splatPesterInstall - name: Authenticate existing Azure CI identity - uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 + uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 with: creds: ${{ secrets.VMSS_AZURE_CREDENTIALS }} diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 9e684e337a7..3611ebb8386 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -94,7 +94,7 @@ jobs: - name: Run Claude Code Review id: claude-review - uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1 + uses: anthropics/claude-code-action@5ef2e550a465a721f4f45e4a7d3c340c873e1dcc # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 55ec368ff72..67f42e774cb 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -88,7 +88,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1 + uses: anthropics/claude-code-action@5ef2e550a465a721f4f45e4a7d3c340c873e1dcc # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/ps3-smoke.yml b/.github/workflows/ps3-smoke.yml index 5d33275626a..e12c6b0992c 100644 --- a/.github/workflows/ps3-smoke.yml +++ b/.github/workflows/ps3-smoke.yml @@ -32,7 +32,7 @@ jobs: timeout-minutes: 55 steps: - name: Azure login (OIDC) - uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 + uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 with: client-id: ${{ vars.AZURE_CLIENT_ID }} tenant-id: ${{ vars.AZURE_TENANT_ID }} diff --git a/.github/workflows/runner-reconcile.yml b/.github/workflows/runner-reconcile.yml index 8e1e244a34d..3ef1a99771a 100644 --- a/.github/workflows/runner-reconcile.yml +++ b/.github/workflows/runner-reconcile.yml @@ -86,7 +86,7 @@ jobs: BOOTSTRAP_PATH: /tmp/bootstrap-runner.ps1 steps: - name: Azure login (OIDC) - uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 + uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 with: client-id: ${{ vars.AZURE_CLIENT_ID }} tenant-id: ${{ vars.AZURE_TENANT_ID }} @@ -136,7 +136,7 @@ jobs: contents: read steps: - name: Azure login (OIDC) - uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 + uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 with: client-id: ${{ vars.AZURE_CLIENT_ID }} tenant-id: ${{ vars.AZURE_TENANT_ID }} diff --git a/.github/workflows/runner-scale-up.yml b/.github/workflows/runner-scale-up.yml index f26cea51cf0..2b8ef8cfff2 100644 --- a/.github/workflows/runner-scale-up.yml +++ b/.github/workflows/runner-scale-up.yml @@ -61,7 +61,7 @@ jobs: BOOTSTRAP_PATH: /tmp/bootstrap-runner.ps1 steps: - name: Azure login (OIDC) - uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0 + uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 with: client-id: ${{ vars.AZURE_CLIENT_ID }} tenant-id: ${{ vars.AZURE_TENANT_ID }}