From ec7a2ac564cb6867ee9e1e1c0e1672a736fc3c55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 15:25:10 +0000 Subject: [PATCH] Bump azure/login from 2.2.0 to 2.3.0 Bumps [azure/login](https://github.com/azure/login) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/azure/login/releases) - [Commits](https://github.com/azure/login/compare/a65d910e8af852a8061c627c456678983e180302...a457da9ea143d694b1b9c7c869ebb04ebe844ef5) --- updated-dependencies: - dependency-name: azure/login dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main_simple-todolist-backend.yml | 2 +- .github/workflows/restart-simple-todolist-backend.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_simple-todolist-backend.yml b/.github/workflows/main_simple-todolist-backend.yml index da6e23c..8f30db2 100644 --- a/.github/workflows/main_simple-todolist-backend.yml +++ b/.github/workflows/main_simple-todolist-backend.yml @@ -82,7 +82,7 @@ jobs: name: python-app - name: Login to Azure - uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2 + uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2 with: client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_ACBCD1AD1787421DB5F7670548F0C5E6 }} tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_24E33D13451B42C9B6B2AF0BA1F5E138 }} diff --git a/.github/workflows/restart-simple-todolist-backend.yml b/.github/workflows/restart-simple-todolist-backend.yml index c7474a8..bff95a3 100644 --- a/.github/workflows/restart-simple-todolist-backend.yml +++ b/.github/workflows/restart-simple-todolist-backend.yml @@ -13,7 +13,7 @@ jobs: id-token: write steps: - name: Login to Azure - uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2 + uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2 with: client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_ACBCD1AD1787421DB5F7670548F0C5E6 }} tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_24E33D13451B42C9B6B2AF0BA1F5E138 }}