Skip to content

Commit

Permalink
Revert "workflows/tests: fix template-injection zizmor info"
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongRuoyu authored Dec 16, 2024
1 parent 36aa948 commit 8378e92
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,8 @@ jobs:
bottles-directory: ${{ env.BOTTLES_DIR }}
cleanup: ${{ matrix.cleanup }}

- id: brew-test-bot-formulae
run: |
# shellcheck disable=SC2086
brew test-bot $TEST_BOT_FORMULAE_ARGS
env:
TEST_BOT_FORMULAE_ARGS: ${{ needs.setup_tests.outputs.test-bot-formulae-args }}
- run: brew test-bot ${{ needs.setup_tests.outputs.test-bot-formulae-args }}
id: brew-test-bot-formulae
working-directory: ${{ env.BOTTLES_DIR }}

Check warning

Code scanning / zizmor

template-injection Warning test

template-injection

- name: Post-build steps
Expand Down Expand Up @@ -359,11 +355,7 @@ jobs:
cleanup: ${{ matrix.cleanup }}
download-bottles: true

- run: |
# shellcheck disable=SC2086
brew test-bot $TEST_BOT_DEPENDENTS_ARGS --testing-formulae="$TESTING_FORMULAE"
env:
TEST_BOT_DEPENDENTS_ARGS: ${{ needs.setup_dep_tests.outputs.test-bot-dependents-args }}
- run: brew test-bot ${{ needs.setup_dep_tests.outputs.test-bot-dependents-args }} --testing-formulae="$TESTING_FORMULAE"
working-directory: ${{ env.BOTTLES_DIR }}

Check warning

Code scanning / zizmor

template-injection Warning test

template-injection

- name: Steps summary and cleanup
Expand Down

0 comments on commit 8378e92

Please sign in to comment.