From 4699e63ae1350559b670705b02dbb30ae54c8909 Mon Sep 17 00:00:00 2001 From: Walter Caffiero Date: Wed, 21 May 2025 12:39:22 +0200 Subject: [PATCH 1/2] ENG-5549 update the base image to a non-vulnerable version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ffc23fa02..7fda35f35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi8/nginx-122:1-18 +FROM registry.access.redhat.com/ubi8/nginx-122:1-99 ARG VERSION ### Required OpenShift Labels LABEL name="Entando App Builder" \ From bc0949b4356cd26e4ddb24e6e954c4dd9c81beca Mon Sep 17 00:00:00 2001 From: Walter Caffiero Date: Wed, 21 May 2025 12:39:34 +0200 Subject: [PATCH 2/2] Pipelines update --- .github/workflows/ga-publication.yml | 2 +- .github/workflows/pr.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ga-publication.yml b/.github/workflows/ga-publication.yml index 314a31c25..b9dd00f60 100644 --- a/.github/workflows/ga-publication.yml +++ b/.github/workflows/ga-publication.yml @@ -36,7 +36,7 @@ jobs: --id "CHECKOUT FOR GA PUBLICATION" \ --lcd "$LOCAL_CLONE_DIR" - name: "Cache Maven packages" - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index a53340b93..b9dafb6e6 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -77,7 +77,7 @@ jobs: #~ NPM CACHE - name: "Cache NPM Packages" id: package-cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.npm key: ${{ runner.os }}-npm @@ -118,7 +118,7 @@ jobs: # #~ NPM CACHE # - name: "Cache NPM Packages" # id: package-cache -# uses: actions/cache@v2 +# uses: actions/cache@v4 # with: # path: ~/.npm # key: ${{ runner.os }}-npm