Compare commits

...

2 Commits

Author SHA1 Message Date
kira-offgrid 15b33bd1fa
Merge 9447d84b75 into 712d5dae4f 2025-03-19 00:02:35 +01:00
kira-offgrid 9447d84b75 fix: yaml.github-actions.security.run-shell-injection.run-shell-injection 2025-03-18 11:57:43 +05:30
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]
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: