Skip to content

Commit 66468a5

Browse files
chore(deps): bump azure/login from 3.0.0 to 3.0.1
Bumps [azure/login](https://github.com/azure/login) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/azure/login/releases) - [Commits](Azure/login@532459e...f5d393a) --- updated-dependencies: - dependency-name: azure/login dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 53a30f1 commit 66468a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159

160160
# begin setup to deploy container app
161161
- name: Log in to azure using federated identity credentials
162-
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3
162+
uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3
163163
with:
164164
client-id: ${{ secrets.AZURE_SP_CLIENT_ID }}
165165
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

.github/workflows/terraform-plan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "sha=${MAIN_SHA}" >> $GITHUB_OUTPUT
3333
3434
- name: Log in to azure using federated identity credentials
35-
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3
35+
uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3
3636
with:
3737
client-id: ${{ secrets.AZURE_SP_PLAN_CLIENT_ID }}
3838
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)