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 7ba7775 + e0a7a7a commit 96c05d2Copy full SHA for 96c05d2
.github/actions/azure-login/action.yml
@@ -14,7 +14,7 @@ runs:
14
using: composite
15
steps:
16
- name: Login to our Azure subscription.
17
- uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2.2.0
+ uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
18
with:
19
client-id: ${{ inputs.AZURE_CLIENT_ID_OIDC }}
20
tenant-id: ${{ inputs.AZURE_TENANT_ID }}
0 commit comments