Skip to content

Commit

Permalink
upgrade az login
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Apr 29, 2024
1 parent 0f9de61 commit 5dd5672
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call_code_review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
done
- name: Azure Login
uses: azure/login@v2 # v2.0.0
uses: azure/login@6b2456866fc08b011acb422a92a4aa20e2c4de32 # v2.1.0
with:
client-id: ${{ env.ARM_CLIENT_ID }}
tenant-id: ${{ env.ARM_TENANT_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/call_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
done
- name: Azure Login
uses: azure/login@v2 # v2.0.0
uses: azure/login@6b2456866fc08b011acb422a92a4aa20e2c4de32 # v2.1.0
with:
client-id: ${{ env.ARM_CLIENT_ID }}
tenant-id: ${{ env.ARM_TENANT_ID }}
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
name: Checkout

- name: Azure Login
uses: azure/login@v2 # v2.0.0
uses: azure/login@6b2456866fc08b011acb422a92a4aa20e2c4de32 # v2.1.0
with:
client-id: ${{ env.ARM_CLIENT_ID }}
tenant-id: ${{ env.ARM_TENANT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh_runner-scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- name: Azure Login
id: login
uses: azure/login@81e1d9f360e1ba776e93b8ead1c4320761356b2a # v2.0.0
uses: azure/login@6b2456866fc08b011acb422a92a4aa20e2c4de32 # v2.1.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ioweb_prod_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Azure Login
id: az_login
uses: azure/login@81e1d9f360e1ba776e93b8ead1c4320761356b2a # v2.0.0
uses: azure/login@6b2456866fc08b011acb422a92a4aa20e2c4de32 # v2.1.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:

- name: Azure Login
id: az_login
uses: azure/login@81e1d9f360e1ba776e93b8ead1c4320761356b2a # v2.0.0
uses: azure/login@6b2456866fc08b011acb422a92a4aa20e2c4de32 # v2.1.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod_cd_citizen-auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Azure Login
id: az_login
uses: azure/login@v2
uses: azure/login@6b2456866fc08b011acb422a92a4aa20e2c4de32 # v2.1.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:

- name: Azure Login
id: az_login
uses: azure/login@6b24568 # v2.0.0
uses: azure/login@6b2456866fc08b011acb422a92a4aa20e2c4de32 # v2.1.0
with:
client-id: ${{ secrets.AZURE_CLIENT_ID_CD }}
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
Expand Down

0 comments on commit 5dd5672

Please sign in to comment.