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 c61b160 + ead34e1 commit afe0adfCopy full SHA for afe0adf
1 file changed
.github/workflows/deployment.yml
@@ -208,7 +208,7 @@ jobs:
208
run: git tag "$TAG_NAME"
209
- name: Authenticate to Azure for code signing
210
if: inputs.environment == 'production'
211
- uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
+ uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
212
with:
213
client-id: ${{ secrets.SPN_GITHUB_CLI_SIGNING_CLIENT_ID }}
214
tenant-id: ${{ secrets.SPN_GITHUB_CLI_SIGNING_TENANT_ID }}
0 commit comments