From 72760fbd5eead727c5c97e5e2f00f7c316b5432b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 04:02:45 +0000 Subject: [PATCH] Bump project-ncl/shared-github-actions/.github/workflows/maven-set-version.yml Bumps [project-ncl/shared-github-actions/.github/workflows/maven-set-version.yml](https://github.com/project-ncl/shared-github-actions) from 0.0.15 to 0.0.17. - [Release notes](https://github.com/project-ncl/shared-github-actions/releases) - [Commits](https://github.com/project-ncl/shared-github-actions/compare/f7041589cc1ce5e75564bda958cc6e5182c240cd...2d927763b5bcdd30dead156c32649470cc2b2aa3) --- updated-dependencies: - dependency-name: project-ncl/shared-github-actions/.github/workflows/maven-set-version.yml dependency-version: 0.0.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-set-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-set-version.yml b/.github/workflows/maven-set-version.yml index 91e0693e5..519497c39 100644 --- a/.github/workflows/maven-set-version.yml +++ b/.github/workflows/maven-set-version.yml @@ -18,7 +18,7 @@ jobs: call-maven-set-version-job: permissions: contents: write # needed to push commit and tag back to the repository - uses: project-ncl/shared-github-actions/.github/workflows/maven-set-version.yml@f7041589cc1ce5e75564bda958cc6e5182c240cd # v0.0.15 + uses: project-ncl/shared-github-actions/.github/workflows/maven-set-version.yml@2d927763b5bcdd30dead156c32649470cc2b2aa3 # v0.0.17 with: new_version: ${{ inputs.new_version }} ref_for_version: ${{ inputs.ref_for_version }}