Skip to content

Commit

Permalink
Bump azure/login from 1.5.1 to 1.6.0 (#2116)
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.0.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@de95379...e15b166)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent ad7b251 commit b63a349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
name: webapp

- name: Azure log in
uses: azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.5.1
uses: azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
name: webapp

- name: Azure log in
uses: azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.5.1
uses: azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
run-id: ${{ needs.setup.outputs.run-id }}

- name: Azure log in
uses: azure/login@de95379fe4dadc2defb305917eaa7e5dde727294 # v1.5.1
uses: azure/login@e15b166166a8746d1a47596803bd8c1b595455cf # v1.6.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit b63a349

Please sign in to comment.