Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
build(deps): bump azure/login from 1.6.1 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [azure/login](https://github.com/azure/login) from 1.6.1 to 2.0.0.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@cb79c77...8c334a1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 35b1513 commit 8212fae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
- if: ${{ matrix.target == 'azure' }}
id: 'auth_azure'
name: 'Authenticate to Azure'
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin@v1
uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # pin@v1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- if: ${{ matrix.target == 'azure' }}
id: 'auth_azure'
name: 'Authenticate to Azure'
uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin@v1
uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # pin@v1
with:
client-id: ${{ secrets.az_client_id }}
tenant-id: ${{ secrets.az_tenant_id }}
Expand Down

0 comments on commit 8212fae

Please sign in to comment.