From ec637c144b475c14382f0121fef99ae3b4d39174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 17:46:38 +0000 Subject: [PATCH] Bump project-ncl/shared-github-actions Bumps [project-ncl/shared-github-actions](https://github.com/project-ncl/shared-github-actions) from 429a1085131890ddf95456ac2a7a8b0866dd78ad to 153b97777335953545bc8a907eb5f062af66b7f2. - [Release notes](https://github.com/project-ncl/shared-github-actions/releases) - [Commits](https://github.com/project-ncl/shared-github-actions/compare/429a1085131890ddf95456ac2a7a8b0866dd78ad...429a1085131890ddf95456ac2a7a8b0866dd78ad) --- updated-dependencies: - dependency-name: project-ncl/shared-github-actions dependency-version: 429a1085131890ddf95456ac2a7a8b0866dd78ad dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-ci.yml | 2 +- .github/workflows/mend-ci.yml | 2 +- .github/workflows/npm-ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index beca6ba..e6086f0 100644 --- a/.github/workflows/maven-ci.yml +++ b/.github/workflows/maven-ci.yml @@ -59,7 +59,7 @@ jobs: fetch-depth: ${{ inputs.fetch_all_commits == true && '0' || '1' }} persist-credentials: false - - uses: project-ncl/shared-github-actions/.github/actions/maven-build@429a1085131890ddf95456ac2a7a8b0866dd78ad # main + - uses: project-ncl/shared-github-actions/.github/actions/maven-build@153b97777335953545bc8a907eb5f062af66b7f2 # main with: java_version: ${{ inputs.java_version }} build_command: ${{ inputs.build_command }} diff --git a/.github/workflows/mend-ci.yml b/.github/workflows/mend-ci.yml index 608950c..c48f861 100644 --- a/.github/workflows/mend-ci.yml +++ b/.github/workflows/mend-ci.yml @@ -98,7 +98,7 @@ jobs: return check.id; - name: Run Mend CLI scan - uses: project-ncl/shared-github-actions/.github/actions/mend@429a1085131890ddf95456ac2a7a8b0866dd78ad # main + uses: project-ncl/shared-github-actions/.github/actions/mend@153b97777335953545bc8a907eb5f062af66b7f2 # main with: PROJECT_NAME: ${{ github.event.repository.name }} TAGS: >- diff --git a/.github/workflows/npm-ci.yml b/.github/workflows/npm-ci.yml index c11acf3..9bd0c49 100644 --- a/.github/workflows/npm-ci.yml +++ b/.github/workflows/npm-ci.yml @@ -49,7 +49,7 @@ jobs: fetch-depth: ${{ inputs.fetch_all_commits == true && '0' || '1' }} persist-credentials: false - - uses: project-ncl/shared-github-actions/.github/actions/npm-build@429a1085131890ddf95456ac2a7a8b0866dd78ad # main + - uses: project-ncl/shared-github-actions/.github/actions/npm-build@153b97777335953545bc8a907eb5f062af66b7f2 # main with: node_version: ${{ inputs.node_version }} build_command: ${{ inputs.build_command }}