Skip to content

Commit 4b72156

Browse files
committed
Upload both SARIF files in quality-queries check
1 parent b28e730 commit 4b72156

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/__quality-queries.yml

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/quality-queries.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,18 @@ steps:
1111
with:
1212
output: "${{ runner.temp }}/results"
1313
upload-database: false
14-
- name: Upload SARIF
14+
- name: Upload security SARIF
1515
uses: actions/upload-artifact@v4
1616
with:
1717
name: config-export-${{ matrix.os }}-${{ matrix.version }}.sarif.json
1818
path: "${{ runner.temp }}/results/javascript.sarif"
1919
retention-days: 7
20+
- name: Upload quality SARIF
21+
uses: actions/upload-artifact@v4
22+
with:
23+
name: config-export-${{ matrix.os }}-${{ matrix.version }}.quality.sarif.json
24+
path: "${{ runner.temp }}/results/javascript.quality.sarif"
25+
retention-days: 7
2026
- name: Check config properties appear in SARIF
2127
uses: actions/github-script@v7
2228
env:

0 commit comments

Comments
 (0)