Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-marcisovsky committed Mar 7, 2024
1 parent 66a4b72 commit c5b01ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
**/.sarif.raw
- name: Upload SARIF files
uses: github/codeql-action/upload-sarif@v2
- ${{ each module in parameters.modules}}
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results_${{ module.name }}.sarif
category: clang-tidy-${{ module.name }}
Expand Down

0 comments on commit c5b01ab

Please sign in to comment.