From 9447d84b7573d054334e62a6573c9d6b6965a789 Mon Sep 17 00:00:00 2001 From: kira-offgrid Date: Tue, 18 Mar 2025 11:57:43 +0530 Subject: [PATCH] fix: yaml.github-actions.security.run-shell-injection.run-shell-injection --- .github/workflows/test-docker-build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-docker-build.yml b/.github/workflows/test-docker-build.yml index c3102564..b76c7718 100644 --- a/.github/workflows/test-docker-build.yml +++ b/.github/workflows/test-docker-build.yml @@ -49,7 +49,9 @@ jobs: - name: Run step if only the files listed above change # zizmor: ignore[template-injection] if: steps.changed-files.outputs.any_changed == 'true' id: set-matrix - run: | + run: echo "::set-output name=tag::$TAG_NAME" + env: + TAG_NAME: "${{ github.ref_name }}" echo "matrix=${{ steps.changed-files.outputs.all_changed_files}}" >> $GITHUB_OUTPUT build_modified_dockerfiles: