Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6834383

Browse files
Apply suggestions from code review
Co-authored-by: Henry Mercer <[email protected]>
1 parent 4918636 commit 6834383

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/expected-queries-runs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Expected queries runs
1+
name: Check queries that ran
22
env:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44

@@ -43,6 +43,6 @@ jobs:
4343
- name: Check Sarif
4444
uses: ./../action/.github/check-sarif
4545
with:
46-
sarif-file: ${{ runner.temp }}/results/javascript.sarif
46+
sarif-file: ${{ runner.temp }}/results/javascript.sarif
4747
queries-run: js/incomplete-hostname-regexp,js/path-injection
4848
queries-not-run: foo,bar

0 commit comments

Comments
 (0)