Skip to content

Commit cccb1c4

Browse files
authored
Merge pull request #57391 from github/repo-sync
Repo sync
2 parents c9b4b03 + b6628ae commit cccb1c4

File tree

1 file changed

+1
-1
lines changed
  • content/actions/how-tos/secure-your-work/security-harden-deployments

1 file changed

+1
-1
lines changed

content/actions/how-tos/secure-your-work/security-harden-deployments/oidc-in-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
runs-on: ubuntu-latest
9292
steps:
9393
- name: 'Az CLI login'
94-
uses: azure/login@a1b2c3d4e5f6a7b8c9d0e1f2a3b4c5d6e7f8a9b0
94+
uses: azure/login@v2
9595
with:
9696
client-id: ${{ secrets.AZURE_CLIENT_ID }}
9797
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)