Skip to content

Commit 88784c6

Browse files
Pin azure/login action step to v1.5.1 (#34254)
Co-authored-by: James Suplizio <[email protected]>
1 parent 6a3df96 commit 88784c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/event-processor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: 'Az CLI login'
3131
if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }}
32-
uses: azure/login@v1
32+
uses: azure/login@v1.5.1
3333
with:
3434
client-id: ${{ secrets.AZURE_CLIENT_ID }}
3535
tenant-id: ${{ secrets.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)