From 06a3e68ce01158fe4706adc87459cac828930104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 12:33:51 +0000 Subject: [PATCH] Update project-ncl/shared-github-actions requirement to 429a1085131890ddf95456ac2a7a8b0866dd78ad Updates the requirements on [project-ncl/shared-github-actions](https://github.com/project-ncl/shared-github-actions) to permit the latest version. - [Commits](https://github.com/project-ncl/shared-github-actions/commits/94481b379fd7ddda5fe363d1c1d5fc311930c607) --- updated-dependencies: - dependency-name: project-ncl/shared-github-actions dependency-version: 94481b379fd7ddda5fe363d1c1d5fc311930c607 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 8b8a6e0..beca6ba 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@94481b379fd7ddda5fe363d1c1d5fc311930c607 # main + - uses: project-ncl/shared-github-actions/.github/actions/maven-build@429a1085131890ddf95456ac2a7a8b0866dd78ad # 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 02c576e..608950c 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@94481b379fd7ddda5fe363d1c1d5fc311930c607 # main + uses: project-ncl/shared-github-actions/.github/actions/mend@429a1085131890ddf95456ac2a7a8b0866dd78ad # main with: PROJECT_NAME: ${{ github.event.repository.name }} TAGS: >- diff --git a/.github/workflows/npm-ci.yml b/.github/workflows/npm-ci.yml index 5732597..c11acf3 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@8ba48d272f8e53b55e5a266a4c3feeab6e7f0526 # main + - uses: project-ncl/shared-github-actions/.github/actions/npm-build@429a1085131890ddf95456ac2a7a8b0866dd78ad # main with: node_version: ${{ inputs.node_version }} build_command: ${{ inputs.build_command }}