From eac88e8c4686a5ef2c41419a015282c5f391dd6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 09:25:41 +0000 Subject: [PATCH] Bump project-ncl/shared-github-actions Bumps [project-ncl/shared-github-actions](https://github.com/project-ncl/shared-github-actions) from 7d023a1181375615eb31beb29b49ae155ee948e0 to a150789342947828f661cc079ac3f5ec325dacdd. - [Commits](https://github.com/project-ncl/shared-github-actions/compare/7d023a1181375615eb31beb29b49ae155ee948e0...a150789342947828f661cc079ac3f5ec325dacdd) --- updated-dependencies: - dependency-name: project-ncl/shared-github-actions dependency-version: a150789342947828f661cc079ac3f5ec325dacdd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-ci.yml | 2 +- .github/workflows/maven-mend-ci.yml | 4 ++-- .github/workflows/maven-pr-build.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index 2eb5c63..bd40210 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -51,7 +51,7 @@ jobs: fetch-depth: ${{ inputs.fetch_all_commits == true && '0' || '1' }} persist-credentials: false - - uses: project-ncl/shared-github-actions/.github/actions/maven-build@94481b379fd7ddda5fe363d1c1d5fc311930c607 # main + - uses: project-ncl/shared-github-actions/.github/actions/maven-build@31dd704d2c891ac8dd8b45aaae06f347ec2bc4b4 # main with: java_version: ${{ inputs.java_version }} build_command: ${{ inputs.build_command }} diff --git a/.github/workflows/maven-mend-ci.yml b/.github/workflows/maven-mend-ci.yml index 2d5f154..e1934b2 100644 --- a/.github/workflows/maven-mend-ci.yml +++ b/.github/workflows/maven-mend-ci.yml @@ -77,7 +77,7 @@ jobs: with: persist-credentials: false - - uses: project-ncl/shared-github-actions/.github/actions/maven-build@94481b379fd7ddda5fe363d1c1d5fc311930c607 # main + - uses: project-ncl/shared-github-actions/.github/actions/maven-build@31dd704d2c891ac8dd8b45aaae06f347ec2bc4b4 # main if: inputs.mode == 'fresh' with: java_version: ${{ inputs.java_version }} @@ -135,7 +135,7 @@ jobs: - name: Run Mend CLI scan id: mend - uses: project-ncl/shared-github-actions/.github/actions/mend@94481b379fd7ddda5fe363d1c1d5fc311930c607 # main + uses: project-ncl/shared-github-actions/.github/actions/mend@31dd704d2c891ac8dd8b45aaae06f347ec2bc4b4 # main with: PROJECT_NAME: ${{ github.event.repository.name }} TAGS: >- diff --git a/.github/workflows/maven-pr-build.yml b/.github/workflows/maven-pr-build.yml index 9b5aff1..40dd498 100644 --- a/.github/workflows/maven-pr-build.yml +++ b/.github/workflows/maven-pr-build.yml @@ -27,7 +27,7 @@ jobs: with: persist-credentials: false - - uses: project-ncl/shared-github-actions/.github/actions/maven-build@94481b379fd7ddda5fe363d1c1d5fc311930c607 # main + - uses: project-ncl/shared-github-actions/.github/actions/maven-build@31dd704d2c891ac8dd8b45aaae06f347ec2bc4b4 # main with: java_version: ${{ inputs.java_version }} build_command: "mvn -B -V clean install -DskipTests"