Skip to content

Commit 51231ca

Browse files
azure-sdkJimSuplizio
authored andcommitted
Pin azure/login action step to v1.5.1 (Azure#34254)
Co-authored-by: James Suplizio <[email protected]>
1 parent 929bf71 commit 51231ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/event-processor.yml

Lines changed: 1 addition & 1 deletion
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)