Skip to content

Commit afe0adf

Browse files
Merge pull request cli#12951 from cli/dependabot/github_actions/azure/login-3.0.0
chore(deps): bump azure/login from 2.3.0 to 3.0.0
2 parents c61b160 + ead34e1 commit afe0adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
run: git tag "$TAG_NAME"
209209
- name: Authenticate to Azure for code signing
210210
if: inputs.environment == 'production'
211-
uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2.3.0
211+
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
212212
with:
213213
client-id: ${{ secrets.SPN_GITHUB_CLI_SIGNING_CLIENT_ID }}
214214
tenant-id: ${{ secrets.SPN_GITHUB_CLI_SIGNING_TENANT_ID }}

0 commit comments

Comments
 (0)