We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1575438 commit 11002f6Copy full SHA for 11002f6
.github/workflows/ci.yml
@@ -96,7 +96,7 @@ jobs:
96
uses: microsoft/sarif-actions@v0.1
97
with:
98
# Command to be sent to SARIF Multitool
99
- command: 'merge ${{ github.workspace }}/build/*.sarif --recurse true --output-directory=${{ github.workspace }}/build/ --output-file=gcc.sarif'
+ command: merge ${{ github.workspace }}/build/*.sarif --recurse true --output-directory=${{ github.workspace }}/build/ --output-file=gcc.sarif
100
101
- name: "List dir"
102
if: ${{ matrix.analysis == 'ON' }}
0 commit comments