From 50e89de4c282df5afb0918dad9869289f0eb601c Mon Sep 17 00:00:00 2001 From: jsinovassin Date: Wed, 8 Nov 2023 15:54:15 +0100 Subject: [PATCH] use java 11 image on publish step --- .github/workflows/on-merge.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/on-merge.yml b/.github/workflows/on-merge.yml index 3ff61067..a57b3caf 100644 --- a/.github/workflows/on-merge.yml +++ b/.github/workflows/on-merge.yml @@ -38,13 +38,13 @@ jobs: nexus_username: ${{ secrets.NEXUS_USERNAME }} nexus_password: ${{ secrets.NEXUS_PASSWORD }} module_id: serverSettings - + sbom: name: SBOM processing needs: build runs-on: ubuntu-latest container: - image: cyclonedx/cyclonedx-cli:0.24.2 + image: cyclonedx/cyclonedx-cli:0.24.2 steps: - uses: jahia/jahia-modules-action/sbom-processing@v2 with: @@ -58,7 +58,7 @@ jobs: if: github.ref == 'refs/heads/master' runs-on: ubuntu-latest container: - image: jahia/cimg-mvn-cache:ga_cimg_openjdk_8.0.312-node + image: jahia/cimg-mvn-cache:ga_cimg_openjdk_11.0.20-node credentials: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }}