Skip to content

Commit

Permalink
Pin azure/login action step to v1.5.1 (#7656)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSuplizio authored Feb 8, 2024
1 parent f4253c4 commit bb5aa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/event-processor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- name: 'Az CLI login'
if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }}
uses: azure/login@v1
uses: azure/login@v1.5.1
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit bb5aa51

Please sign in to comment.