We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d6b04d + 9af45bc commit 4bdd7a0Copy full SHA for 4bdd7a0
.github/actions/azure-login/action.yml
@@ -20,7 +20,7 @@ runs:
20
using: composite
21
steps:
22
- name: Login to our Azure subscription.
23
- uses: azure/login@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # v1.6.1
+ uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # v2.0.0
24
with:
25
client-id: ${{ inputs.AZURE_CLIENT_ID_OIDC }}
26
tenant-id: ${{ inputs.AZURE_TENANT_ID }}
0 commit comments