Skip to content

Commit 9b0dd4c

Browse files
authored
chore(deps): bump azure/login from 3.0.0 to 3.0.1 (#3969)
2 parents 354b238 + 66468a5 commit 9b0dd4c

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)