|
27 | 27 | ref: 'refs/heads/main' |
28 | 28 | sha: '5e235361806c361d4d3f8859e3c897658025a9a2' |
29 | 29 | sarif_file: ${{ runner.temp }}/results |
| 30 | + category: | |
| 31 | + ${{ github.workflow }}:upload-sarif/analysis-kinds:${{ matrix.analysis-kinds }}/os:${{ matrix.os }}/version:${{ matrix.version }}/test:all-files/ |
30 | 32 | - name: "Check output from `upload-sarif` step for `code-scanning`" |
31 | 33 | if: "contains(matrix.analysis-kinds, 'code-scanning') && !(fromJSON(steps.upload-sarif.outputs.sarif-ids).code-scanning)" |
32 | 34 | run: exit 1 |
|
42 | 44 | ref: 'refs/heads/main' |
43 | 45 | sha: '5e235361806c361d4d3f8859e3c897658025a9a2' |
44 | 46 | sarif_file: ${{ runner.temp }}/results/javascript.sarif |
| 47 | + category: | |
| 48 | + ${{ github.workflow }}:upload-sarif/analysis-kinds:${{ matrix.analysis-kinds }}/os:${{ matrix.os }}/version:${{ matrix.version }}/test:single-code-scanning/ |
45 | 49 | - name: "Check output from `upload-single-sarif-code-scanning` step" |
46 | 50 | if: "contains(matrix.analysis-kinds, 'code-scanning') && !(fromJSON(steps.upload-single-sarif-code-scanning.outputs.sarif-ids).code-scanning)" |
47 | 51 | run: exit 1 |
|
53 | 57 | ref: 'refs/heads/main' |
54 | 58 | sha: '5e235361806c361d4d3f8859e3c897658025a9a2' |
55 | 59 | sarif_file: ${{ runner.temp }}/results/javascript.quality.sarif |
| 60 | + category: | |
| 61 | + ${{ github.workflow }}:upload-sarif/analysis-kinds:${{ matrix.analysis-kinds }}/os:${{ matrix.os }}/version:${{ matrix.version }}/test:single-code-quality/ |
56 | 62 | - name: "Check output from `upload-single-sarif-code-quality` step" |
57 | 63 | if: "contains(matrix.analysis-kinds, 'code-quality') && !(fromJSON(steps.upload-single-sarif-code-quality.outputs.sarif-ids).code-quality)" |
58 | 64 | run: exit 1 |
|
68 | 74 | ref: 'refs/heads/main' |
69 | 75 | sha: '5e235361806c361d4d3f8859e3c897658025a9a2' |
70 | 76 | sarif_file: ${{ runner.temp }}/results/javascript.sarif.json |
| 77 | + category: | |
| 78 | + ${{ github.workflow }}:upload-sarif/analysis-kinds:${{ matrix.analysis-kinds }}/os:${{ matrix.os }}/version:${{ matrix.version }}/test:non-sarif/ |
71 | 79 | - name: "Check output from `upload-single-non-sarif` step" |
72 | 80 | if: "contains(matrix.analysis-kinds, 'code-scanning') && !(fromJSON(steps.upload-single-non-sarif.outputs.sarif-ids).code-scanning)" |
73 | 81 | run: exit 1 |
0 commit comments