Pin azure/login action step to v1.5.1 (#5333)

Co-authored-by: James Suplizio <jasupliz@microsoft.com>
This commit is contained in:
Azure SDK Bot 2024-02-08 15:17:03 -08:00 committed by GitHub
parent 50cc742865
commit faea43abe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ jobs:
steps: steps:
- name: 'Az CLI login' - name: 'Az CLI login'
if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }} if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }}
uses: azure/login@v1 uses: azure/login@v1.5.1
with: with:
client-id: ${{ secrets.AZURE_CLIENT_ID }} client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }} tenant-id: ${{ secrets.AZURE_TENANT_ID }}