diff --git a/.github/workflows/cipp_dev_build.yml b/.github/workflows/cipp_dev_build.yml index 258533d53ed3..834f1995b668 100644 --- a/.github/workflows/cipp_dev_build.yml +++ b/.github/workflows/cipp_dev_build.yml @@ -1,4 +1,4 @@ -name: CIPP Frontend Build +name: CIPP Frontend Dev Build on: push: @@ -6,9 +6,6 @@ on: - dev workflow_dispatch: -permissions: - contents: write - jobs: build: if: github.event.repository.fork == false @@ -18,11 +15,11 @@ jobs: steps: # Checkout the repository - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4.2.2 # Set up Node.js - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4.2.0 with: node-version: '20.18.1' @@ -43,7 +40,7 @@ jobs: # Upload to Azure Blob Storage - name: Azure Blob Upload - uses: LanceMcCarthy/Action-AzureBlobUpload@v3.3.0 + uses: LanceMcCarthy/Action-AzureBlobUpload@v3.3.1 with: connection_string: ${{ secrets.AZURE_CONNECTION_STRING }} container_name: cipp diff --git a/.github/workflows/cipp_frontend_build.yml b/.github/workflows/cipp_frontend_build.yml index 3ba6517c337b..3d6d1c79550e 100644 --- a/.github/workflows/cipp_frontend_build.yml +++ b/.github/workflows/cipp_frontend_build.yml @@ -6,9 +6,6 @@ on: - main workflow_dispatch: -permissions: - contents: write - jobs: build: if: github.event.repository.fork == false @@ -18,11 +15,11 @@ jobs: steps: # Checkout the repository - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4.2.2 # Set up Node.js - name: Set up Node.js - uses: actions/setup-node@v3 + uses: actions/setup-node@v4.2.0 with: node-version: '20.18.1' @@ -43,11 +40,10 @@ jobs: # Upload to Azure Blob Storage - name: Azure Blob Upload - uses: LanceMcCarthy/Action-AzureBlobUpload@v3.3.0 + uses: LanceMcCarthy/Action-AzureBlobUpload@v3.3.1 with: connection_string: ${{ secrets.AZURE_CONNECTION_STRING }} container_name: cipp source_folder: build/ destination_folder: / delete_if_exists: true - diff --git a/public/version.json b/public/version.json index bd8b4fcf0a2d..542517aee22f 100644 --- a/public/version.json +++ b/public/version.json @@ -1,3 +1,3 @@ { - "version": "7.2.2" + "version": "7.2.3" } diff --git a/src/components/CippComponents/CippFormTenantSelector.jsx b/src/components/CippComponents/CippFormTenantSelector.jsx index 9a8746e5ea4e..fdc3ab1264d5 100644 --- a/src/components/CippComponents/CippFormTenantSelector.jsx +++ b/src/components/CippComponents/CippFormTenantSelector.jsx @@ -3,6 +3,7 @@ import { CippFormComponent } from "./CippFormComponent"; export const CippFormTenantSelector = ({ formControl, + componentType='autoComplete', allTenants = false, type = "multiple", name = "tenantFilter", @@ -23,7 +24,7 @@ export const CippFormTenantSelector = ({ return ( { {addedButtons && addedButtons}