Skip to content

Commit

Permalink
Bump 'azure/login'
Browse files Browse the repository at this point in the history
This resolves an ongoing issue caused by the action auto-updating to a new major release of the `Az.Accounts` module.

Ref: Azure/login#447
  • Loading branch information
JamesDawson committed Jun 3, 2024
1 parent 9d14168 commit 44f61d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/scripted-build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
fi
- name: Azure CLI login
if: ${{ steps.compilePhaseAzureCredentials_secret_check.outputs.available == 'true' }}
uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # v2.0.0
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
with:
creds: ${{ secrets.compilePhaseAzureCredentials }}
enable-AzPSSession: true
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
fi
- name: Azure CLI login
if: ${{ steps.testPhaseAzureCredentials_secret_check.outputs.available == 'true' }}
uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # v2.0.0
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
with:
creds: ${{ secrets.testPhaseAzureCredentials }}
enable-AzPSSession: true
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:
fi
- name: Azure CLI login
if: ${{ steps.packagePhaseAzureCredentials_secret_check.outputs.available == 'true' }}
uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # v2.0.0
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
with:
creds: ${{ secrets.packagePhaseAzureCredentials }}
enable-AzPSSession: true
Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
fi
- name: Azure CLI login
if: ${{ steps.publishPhaseAzureCredentials_secret_check.outputs.available == 'true' }}
uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # v2.0.0
uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
with:
creds: ${{ secrets.publishPhaseAzureCredentials }}
enable-AzPSSession: true
Expand Down
2 changes: 1 addition & 1 deletion actions/vellum-site-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ runs:
working-directory: ${{ github.workspace }}
shell: bash
- uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # v2.0.0
- uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v2.1.1
with:
client-id: ${{ inputs.azureClientId }}
tenant-id: ${{ inputs.azureTenantId }}
Expand Down

0 comments on commit 44f61d7

Please sign in to comment.