diff --git a/.github/workflows/build-and-push-image.yml b/.github/workflows/build-and-push-image.yml index f9eb703..d4d4a7f 100644 --- a/.github/workflows/build-and-push-image.yml +++ b/.github/workflows/build-and-push-image.yml @@ -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 diff --git a/.github/workflows/security-tests.yml b/.github/workflows/security-tests.yml index e4ed2c9..e1ce107 100644 --- a/.github/workflows/security-tests.yml +++ b/.github/workflows/security-tests.yml @@ -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