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 #5 from DFE-Digital/renovate/azure-cli-2.x
Browse files Browse the repository at this point in the history
Update azure/CLI action to v2
  • Loading branch information
DrizzlyOwl authored Mar 18, 2024
2 parents d82ae26 + 4d5ce7a commit b13f745
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 @@ -120,7 +120,7 @@ jobs:
creds: ${{ secrets.AZURE_ACA_CREDENTIALS }}

- name: Update Azure Container Apps Revision
uses: azure/CLI@v1
uses: azure/CLI@v2
id: azure
with:
azcliversion: 2.45.0
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 @@ -85,7 +85,7 @@ jobs:

- name: Push report to blob storage
if: '!cancelled()'
uses: azure/CLI@v1
uses: azure/CLI@v2
id: azure
with:
azcliversion: 2.49.0
Expand Down

0 comments on commit b13f745

Please sign in to comment.