From a041fff010f4b3e05eedac5633a02ea5f2d8186e Mon Sep 17 00:00:00 2001 From: "aikido-autofix[bot]" <119856028+aikido-autofix[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 00:41:41 +0000 Subject: [PATCH] fix(security): autofix Template Injection in GitHub Workflows Action --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab71d929..33d71961 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,8 @@ jobs: ORO_STORE_URL: ${{ secrets.ORO_STORE_URL }} STORE_HASH: ${{ secrets.STORE_HASH }} X_AUTH_TOKEN: ${{ secrets.X_AUTH_TOKEN }} - run: yarn nx docker-build ${{ inputs.application }} + APPLICATION: ${{ inputs.application }} + run: yarn nx docker-build $APPLICATION - name: Save Docker image to a tar file run: |