Skip to content

Commit

Permalink
Bump azure/login from 1.5.1 to 1.6.1
Browse files Browse the repository at this point in the history
Bumps [azure/login](https://github.com/azure/login) from 1.5.1 to 1.6.1.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@de95379...cb79c77)

---
updated-dependencies:
- dependency-name: azure/login
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 704ef80 commit 9d7389c
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 @@ -84,7 +84,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 @@ -175,7 +175,7 @@ jobs:
steps:
# As for the 'publish' job, we need to 'docker login' to both GHCR and ACR to push manifests.
- 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 @@ -61,7 +61,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 @@ -142,7 +142,7 @@ jobs:
steps:
# As for the 'patch' job, we need to 'docker login' to both GHCR and ACR to push manifests.
- 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 9d7389c

Please sign in to comment.