From 0b07a649ee745fccf892a8e4e7fb100fe9214438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 08:43:06 +0100 Subject: [PATCH] chore(deps): Bump Azure/cli from 1.0.7 to 1.0.8 (#389) Bumps [Azure/cli](https://github.com/azure/cli) from 1.0.7 to 1.0.8.
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Azure/cli&package-manager=github_actions&previous-version=1.0.7&new-version=1.0.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deployment.yml | 6 ++-- .github/workflows/infrastructure.yml | 48 ++++++++++++++-------------- 2 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 6dc98923..2a3cf3f4 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -80,7 +80,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Defaults โœจ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | # Basic @@ -111,7 +111,7 @@ jobs: docker push ${{ env.ACR }}/${{ env.NAME }}:${{ env.FROM }} - name: Revisions ๐Ÿ”€ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | az containerapp update \ @@ -148,7 +148,7 @@ jobs: - name: Import โฌ‡๏ธ if: ${{ '' != env.API_ID }} - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | # API specification import diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 5b9b8925..afffbeed 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -115,7 +115,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Azure defaults โœจ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | # Basic @@ -126,7 +126,7 @@ jobs: az extension add --name containerapp --upgrade - name: Resource group ๐Ÿ—๏ธ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | az group create \ @@ -134,7 +134,7 @@ jobs: --tags ${{ env.TAGS }} - name: Log analytics workspace ๐Ÿ“ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | az monitor log-analytics workspace create \ @@ -148,7 +148,7 @@ jobs: --tags ${{ env.TAGS }} - name: Container registry ๐Ÿ“ฆ๏ธ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | az acr create \ @@ -159,7 +159,7 @@ jobs: --tags ${{ env.TAGS }} - name: Virtual network ๐Ÿงต - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | az network vnet create \ @@ -177,7 +177,7 @@ jobs: - name: AMI Pre-production ๐Ÿ”€ if: contains('["dev", "staging"]', env.TARGET) - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | # Azure Managed Instance (AMI) SQL non-production DB VNET peering @@ -206,7 +206,7 @@ jobs: - name: AMI Production ๐Ÿ”€ if: ${{ 'production' == env.TARGET }} - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | # Azure Managed Instance (AMI) SQL DB production VNET peering @@ -239,7 +239,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS_VPN }} - name: VNET Peer - VPN ๐Ÿ”€ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | # VPN VNET peering @@ -272,7 +272,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Route table ๐ŸŒ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | az network route-table create \ @@ -289,7 +289,7 @@ jobs: --next-hop-type VirtualAppliance - name: Container app environment ๐Ÿ—ƒ๏ธ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | az containerapp env create \ @@ -300,7 +300,7 @@ jobs: --tags ${{ env.TAGS }} - name: Container app - MDM ๐Ÿ“„ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | az containerapp create \ @@ -319,7 +319,7 @@ jobs: --tags ${{ env.TAGS }} - name: API management โšก๏ธ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | az apim create \ @@ -352,7 +352,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Azure defaults โœจ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | # Basic @@ -360,7 +360,7 @@ jobs: az configure --defaults group=rg-${{ env.PRODUCT }}-${{ env.TARGET }}-${{ vars.VERSION }} - name: Subnet routing table ๐ŸŒ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | # Associate VPN route table to default subnet @@ -390,7 +390,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Azure defaults โœจ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | # Basic @@ -404,7 +404,7 @@ jobs: echo API_ECHO=$(az apim api list --service-name apim-${{ env.ENVIRONMENT }}-${{ env.TARGET }}-${{ vars.VERSION }} --filter-display-name 'Echo API' --top 1 --query [0].name -o tsv) >> $GITHUB_ENV - name: IP restriction ๐Ÿ”’๏ธ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | # Add APIM public IP @@ -418,7 +418,7 @@ jobs: --description 'Allow APIM public IP address' - name: Delete - Starter product - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 if: ${{ '' != env.PRODUCT_STARTER }} with: inlineScript: | @@ -429,7 +429,7 @@ jobs: --yes - name: Delete - Unlimited product - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 if: ${{ '' != env.PRODUCT_UNLIMITED }} with: inlineScript: | @@ -440,7 +440,7 @@ jobs: --yes - name: Delete - Echo API - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 if: ${{ '' != env.API_ECHO }} with: inlineScript: | @@ -474,7 +474,7 @@ jobs: creds: ${{ secrets.AZURE_CREDENTIALS }} - name: Azure defaults โœจ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 with: inlineScript: | # Basic @@ -487,7 +487,7 @@ jobs: echo API_MDM=$(az apim api list --service-name apim-${{ env.ENVIRONMENT }}-${{ env.TARGET }}-${{ vars.VERSION }} --filter-display-name ${{ env.NAME_UPPERCASE }} --top 1 --query [0].name -o tsv) >> $GITHUB_ENV - name: MDM - Product โž• - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 if: ${{ '' == env.PRODUCT_MDM }} with: inlineScript: | @@ -500,7 +500,7 @@ jobs: --subscription-required true - name: MDM - API import โฌ‡๏ธ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 if: ${{ '' == env.API_MDM }} with: inlineScript: | @@ -517,7 +517,7 @@ jobs: --specification-url https://$(az containerapp show --name ca-${{ env.PRODUCT }}-mdm-${{ env.TARGET }}-${{ vars.VERSION }} --query properties.latestRevisionFqdn -o tsv)/openapi/json - name: MDM - Product + API ๐Ÿงฑ - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 if: ${{ '' != env.API_MDM }} with: inlineScript: | @@ -527,7 +527,7 @@ jobs: --product-id $(az apim product list --service-name apim-${{ env.ENVIRONMENT }}-${{ env.TARGET }}-${{ vars.VERSION }} --query '[?contains(displayName, `apim-${{ env.PRODUCT }}-mdm`)].name' -o tsv) - name: MDM - Policy ๐Ÿšง - uses: Azure/cli@v1.0.7 + uses: Azure/cli@v1.0.8 if: ${{ '' != env.API_MDM }} with: inlineScript: |