From 6f13820fa3d03cd6589d3e06665f1ddd0752e71b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 15:49:14 +0000 Subject: [PATCH] chore(deps): bump azure/login from 2 to 3 Bumps [azure/login](https://github.com/azure/login) from 2 to 3. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v2...v3) --- updated-dependencies: - dependency-name: azure/login dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/agentops-watchdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agentops-watchdog.yml b/.github/workflows/agentops-watchdog.yml index 14c828a..c9fac3c 100644 --- a/.github/workflows/agentops-watchdog.yml +++ b/.github/workflows/agentops-watchdog.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4 - name: Azure login (OIDC) - uses: azure/login@v2 + uses: azure/login@v3 with: client-id: ${{ vars.AZURE_CLIENT_ID }} tenant-id: ${{ vars.AZURE_TENANT_ID }}