Skip to content

Commit 7ec1acc

Browse files
authored
chore(deps): bump azure/login from 3.0.1 to 3.0.2 (#4034)
2 parents 46e70a1 + af8ee2f commit 7ec1acc

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
@@ -151,7 +151,7 @@ jobs:
151151

152152
# begin setup to deploy container app
153153
- name: Log in to azure using federated identity credentials
154-
uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3
154+
uses: azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c # v3
155155
with:
156156
client-id: ${{ secrets.AZURE_SP_CLIENT_ID }}
157157
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@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3
35+
uses: azure/login@7ddb5af1ef8758cf1353cf3b42f940aee27ba21c # v3
3636
with:
3737
client-id: ${{ secrets.AZURE_SP_PLAN_CLIENT_ID }}
3838
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)