From 5e0d583fd4166531097030371b7c702a1cd78a79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 17:43:22 +0000 Subject: [PATCH] Bump project-ncl/shared-github-actions/.github/actions/maven-build Bumps [project-ncl/shared-github-actions/.github/actions/maven-build](https://github.com/project-ncl/shared-github-actions) from 0.0.19 to 0.0.20. - [Release notes](https://github.com/project-ncl/shared-github-actions/releases) - [Commits](https://github.com/project-ncl/shared-github-actions/compare/f7c94a31f30422548ca8b96a7dd6b89b95039784...c32f5377788ce8ee9dd823babd583c2dd18604da) --- updated-dependencies: - dependency-name: project-ncl/shared-github-actions/.github/actions/maven-build dependency-version: 0.0.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/maven-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-ci.yml b/.github/workflows/maven-ci.yml index 1f92046..726ecfc 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@f7c94a31f30422548ca8b96a7dd6b89b95039784 # v0.0.19 + - uses: project-ncl/shared-github-actions/.github/actions/maven-build@c32f5377788ce8ee9dd823babd583c2dd18604da # v0.0.20 with: java_version: ${{ inputs.java_version }} build_command: ${{ inputs.build_command }}