From 8e4435237dc6470cc3cfde7d8de7603a20060eb4 Mon Sep 17 00:00:00 2001 From: "aikido-autofix[bot]" <119856028+aikido-autofix[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 07:20:43 +0000 Subject: [PATCH] fix(security): autofix Template Injection in GitHub Workflows Action --- .github/workflows/release-1.x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-1.x.yml b/.github/workflows/release-1.x.yml index c4ce6c0e2e9..264a8074915 100644 --- a/.github/workflows/release-1.x.yml +++ b/.github/workflows/release-1.x.yml @@ -85,7 +85,7 @@ jobs: cp docs/target/antora.yml docs/src/antora.yml git add docs/src/antora.yml find . -name 'pom.xml' | xargs git add - git commit -m "build: release version ${{ github.event.inputs.version }}" + git commit -m "build: release version $NEW_VERSION" git push origin $RELEASE_BRANCH_NAME - name: Run JReleaser