fix: yaml.github-actions.security.run-shell-injection.run-shell-injection

This commit is contained in:
kira-offgrid 2025-03-18 11:57:43 +05:30
parent 1c15bab70f
commit 9447d84b75
1 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,9 @@ jobs:
- name: Run step if only the files listed above change # zizmor: ignore[template-injection] - name: Run step if only the files listed above change # zizmor: ignore[template-injection]
if: steps.changed-files.outputs.any_changed == 'true' if: steps.changed-files.outputs.any_changed == 'true'
id: set-matrix 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 echo "matrix=${{ steps.changed-files.outputs.all_changed_files}}" >> $GITHUB_OUTPUT
build_modified_dockerfiles: build_modified_dockerfiles: