Skip to content

Commit

Permalink
Bump azure/login from 1.5.1 to 1.6.1 (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 8, 2024
1 parent cd38502 commit c90fd67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# Perform a 'docker login' so that we can push to the ACR that provides the MCR images.
# This requires an Az login first.
- name: Az CLI Login
uses: azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.4.6
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.4.6
with:
client-id: ${{ vars.AZURE_CLIENT_ID }}
tenant-id: ${{ vars.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
egress-policy: audit

- name: Az CLI Login
uses: azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.4.6
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.4.6
with:
client-id: ${{ vars.AZURE_CLIENT_ID }}
tenant-id: ${{ vars.AZURE_TENANT_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
egress-policy: audit

- name: Az CLI Login
uses: azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.4.6
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.4.6
with:
client-id: ${{ vars.AZURE_CLIENT_ID }}
tenant-id: ${{ vars.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
egress-policy: audit

- name: Az CLI Login
uses: azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.4.6
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.4.6
with:
client-id: ${{ vars.AZURE_CLIENT_ID }}
tenant-id: ${{ vars.AZURE_TENANT_ID }}
Expand Down

0 comments on commit c90fd67

Please sign in to comment.