Pin azure/login action step to v1.5.1 (#5333)
Co-authored-by: James Suplizio <jasupliz@microsoft.com>
This commit is contained in:
parent
50cc742865
commit
faea43abe1
2
.github/workflows/event-processor.yml
vendored
2
.github/workflows/event-processor.yml
vendored
@ -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 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user