Fix workflow formatting

This commit is contained in:
Dave Bartolomeo 2023-05-03 21:43:47 -04:00
parent 33461954a5
commit f72bf5dfb3
5 changed files with 10 additions and 5 deletions

View file

@ -83,7 +83,8 @@ jobs:
uses: ./../action/.github/actions/check-sarif
with:
sarif-file: ${{ runner.temp }}/results/javascript.sarif
queries-run: javascript/example/empty-or-one-block,javascript/example/empty-or-one-block,javascript/example/other-query-block,javascript/example/two-block
queries-run:
javascript/example/empty-or-one-block,javascript/example/empty-or-one-block,javascript/example/other-query-block,javascript/example/two-block
queries-not-run: foo,bar
- name: Assert Results