Skip to content

Commit

Permalink
Update codeql-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arielswalker authored Sep 10, 2024
1 parent e0070db commit 7e44138
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/codeql-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ jobs:
-**/*.md
-**/*.txt
-**/*.dox
input: Codeql-${{ matrix.scan-type }}.sarif
output: Codeql-${{ matrix.scan-type }}.sarif
input: Codeql-${{ matrix.target }}.sarif
output: Codeql-${{ matrix.target }}.sarif

- name: Archive Sarif
uses: actions/upload-artifact@v4
with:
name: CodeQL-Sarif-${{ matrix.scan-type }}
path: CodeQL-${{ matrix.scan-type }}
name: CodeQL-Sarif-${{ matrix.target }}
path: CodeQL-${{ matrix.target }}

- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: Codeql-${{ matrix.scan-type }}.sarif
sarif_file: Codeql-${{ matrix.target }}.sarif

0 comments on commit 7e44138

Please sign in to comment.