Skip to content

Commit 44ecae4

Browse files
committed
Fix matrixing of "submit SARIF after failure" check
1 parent 50357f5 commit 44ecae4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/__submit-sarif-failure.yml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/submit-sarif-failure.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ steps:
1919
- uses: ./init
2020
with:
2121
languages: javascript
22+
tools: ${{ steps.prepare-test.outputs.tools-url }}
2223
- name: Fail
2324
# We want this job to pass if the Action correctly uploads the SARIF file for
2425
# the failed run.

0 commit comments

Comments
 (0)