From 1c821841b76f1fbe0c8fae20e717f90005cb774c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 15:52:37 +0000 Subject: [PATCH] build(deps): bump azure/login from 3.0.1 to 3.0.2 Bumps [azure/login](https://github.com/azure/login) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: azure/login dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/develop-func-deploy.yml | 2 +- .github/workflows/prod-func-deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/develop-func-deploy.yml b/.github/workflows/develop-func-deploy.yml index d2bd6c0..cecacba 100644 --- a/.github/workflows/develop-func-deploy.yml +++ b/.github/workflows/develop-func-deploy.yml @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v7 - name: 'Login via Azure CLI' - uses: azure/login@v3.0.1 + uses: azure/login@v3.0.2 with: creds: ${{ env.AZURE_CREDENTIALS }} # Service Principal credentials saved in GitHub Secrets diff --git a/.github/workflows/prod-func-deploy.yml b/.github/workflows/prod-func-deploy.yml index a1d02ff..fde8bd2 100644 --- a/.github/workflows/prod-func-deploy.yml +++ b/.github/workflows/prod-func-deploy.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v7 - name: 'Login via Azure CLI' - uses: azure/login@v3.0.1 + uses: azure/login@v3.0.2 with: creds: ${{ env.AZURE_CREDENTIALS }} # Service Principal credentials saved in GitHub Secrets