We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b4ba4a + fcc681e commit 5324f83Copy full SHA for 5324f83
.github/workflows/ci-manual-build-test-sign.yml
@@ -109,7 +109,7 @@ jobs:
109
Get-ChildItem -Path ${{ env.nupkgDirectory }} -Include *.nupkg -Recurse -Force
110
111
- name: Authenticate to Azure
112
- uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # 2.2.0
+ uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # 2.3.0
113
with:
114
allow-no-subscriptions : true
115
client-id: ${{ secrets.AZURE_CLIENT_ID }}
0 commit comments