From 359d91f9385e139b7620f4ddfd3cb53dc717ad75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 17:43:39 +0000 Subject: [PATCH] Bump project-ncl/shared-github-actions/.github/actions/gradle-build Bumps [project-ncl/shared-github-actions/.github/actions/gradle-build](https://github.com/project-ncl/shared-github-actions) from 0.0.20 to 0.0.21. - [Release notes](https://github.com/project-ncl/shared-github-actions/releases) - [Commits](https://github.com/project-ncl/shared-github-actions/compare/c32f5377788ce8ee9dd823babd583c2dd18604da...0fd979fcdd90cf1b62e6410221d64efd6b470865) --- updated-dependencies: - dependency-name: project-ncl/shared-github-actions/.github/actions/gradle-build dependency-version: 0.0.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gradle-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle-ci.yml b/.github/workflows/gradle-ci.yml index b9a2460..33c6ae3 100644 --- a/.github/workflows/gradle-ci.yml +++ b/.github/workflows/gradle-ci.yml @@ -67,7 +67,7 @@ jobs: PRE_BUILD_SCRIPT: ${{ inputs.pre_build_script }} run: bash -c "${PRE_BUILD_SCRIPT}" - - uses: project-ncl/shared-github-actions/.github/actions/gradle-build@c32f5377788ce8ee9dd823babd583c2dd18604da # v0.0.20 + - uses: project-ncl/shared-github-actions/.github/actions/gradle-build@0fd979fcdd90cf1b62e6410221d64efd6b470865 # v0.0.21 with: java_version: ${{ inputs.java_version }} gradle_version: ${{ inputs.gradle_version }}