Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from DFE-Digital/renovate/azure-login-2.x
Browse files Browse the repository at this point in the history
Update azure/login action to v2
  • Loading branch information
DrizzlyOwl authored Mar 18, 2024
2 parents b17a2dc + 55d80fc commit 7b2e331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
environment: ${{ needs.set-env.outputs.environment }}
steps:
- name: Azure login with ACA credentials
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.AZURE_ACA_CREDENTIALS }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Azure login with SPN
if: '!cancelled()'
uses: azure/login@v1
uses: azure/login@v2
with:
creds: ${{ secrets.OWASP_AZ_CREDENTIALS }}

Expand Down

0 comments on commit 7b2e331

Please sign in to comment.