Skip to content

Commit

Permalink
build(deps): bump azure/login from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [azure/login](https://github.com/azure/login) from 1 to 2.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@v1...v2)

---
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 Oct 5, 2024
1 parent 74fcb1b commit 2cd16c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/azure-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
cache-dependency-path: go.sum

- uses: azure/login@v1
- uses: azure/login@v2
name: 'Az CLI login'
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
${{ env.TEST_PROVISION_FILE }}
name: e2e-configuration

- uses: azure/login@v1
- uses: azure/login@v2
name: 'Az CLI login'
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
with:
name: e2e-configuration

- uses: azure/login@v1
- uses: azure/login@v2
name: 'Az CLI login'
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:
machine_type: "Standard_DC2as_v5"
jitter: 10
steps:
- uses: azure/login@v1
- uses: azure/login@v2
name: 'Az CLI login'
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/azure-podvm-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
ATTESTER="az-snp-vtpm-attester,az-tdx-vtpm-attester" \
LIBC=gnu

- uses: azure/login@v1
- uses: azure/login@v2
name: 'Az CLI login'
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
# Above build can take a > 10 minutes and the login assertion is valid only
# for 5 minutes, so re-login before we cleanup the intermediate image.
- uses: azure/login@v1
- uses: azure/login@v2
name: 'Az CLI login'
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
Expand Down

0 comments on commit 2cd16c6

Please sign in to comment.