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

Commit

Permalink
Merge pull request gardenlinux#2028 from gardenlinux/dependabot/githu…
Browse files Browse the repository at this point in the history
…b_actions/azure/login-2.0.0

build(deps): bump azure/login from 1.6.1 to 2.0.0
  • Loading branch information
nkraetzschmar authored Mar 26, 2024
2 parents a84c44a + 8212fae commit 0230faf
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 0230faf

Please sign in to comment.