diff --git a/.github/actions/dbp-charts/verify-helm/action.yml b/.github/actions/dbp-charts/verify-helm/action.yml index 677dc04b4..15ddf305f 100644 --- a/.github/actions/dbp-charts/verify-helm/action.yml +++ b/.github/actions/dbp-charts/verify-helm/action.yml @@ -85,14 +85,14 @@ runs: password: ${{ inputs.docker_password }} - name: Get branch name uses: >- - Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v4.0.0 + Alfresco/alfresco-build-tools/.github/actions/get-branch-name@v4.1.0 - name: Get commit msg uses: >- - Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v4.0.0 + Alfresco/alfresco-build-tools/.github/actions/get-commit-message@v4.1.0 - name: Get a namespace to deploy on id: k8sns uses: >- - Alfresco/alfresco-build-tools/.github/actions/dbp-charts/kubernetes-valid-ns@v4.0.0 + Alfresco/alfresco-build-tools/.github/actions/dbp-charts/kubernetes-valid-ns@v4.1.0 with: branch_name: ${{ env.BRANCH_NAME }} release_prefix: ${{ inputs.release_prefix }} @@ -111,7 +111,7 @@ runs: - name: Upload helm deployments logs as artifacts if: always() uses: >- - Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@v4.0.0 + Alfresco/alfresco-build-tools/.github/actions/kubectl-keep-nslogs@v4.1.0 with: namespace: ${{ steps.k8sns.outputs.namespace }} - name: Uninstall Helm releases diff --git a/.github/actions/docker-build-image/action.yml b/.github/actions/docker-build-image/action.yml index b43e1eda6..2b19521e4 100644 --- a/.github/actions/docker-build-image/action.yml +++ b/.github/actions/docker-build-image/action.yml @@ -129,11 +129,10 @@ runs: - name: Anchore Scan API Image if: inputs.grype-scan-enabled == 'true' - uses: anchore/scan-action@24fd7c9060f3c96848dd1929fac8d796fb5ae4b4 # v3.3.6 + uses: anchore/scan-action@62370b53ab026f5d09b9fb43a7b5ec4b73c1a8e0 # v3.3.7 id: scan with: fail-build: ${{ inputs.grype-fail-build }} - grype-version: v0.72.0 image: ghcr.io/alfresco/${{ env.IMAGE_NAME }} output-format: sarif severity-cutoff: critical diff --git a/version.txt b/version.txt index 857572fcd..b913b7c65 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v4.0.0 +v4.1.0