Skip to content

Commit

Permalink
only log warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell authored Jul 10, 2024
1 parent e24326e commit 976c727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
dotnet tool install --global JetBrains.ReSharper.GlobalTools
- name: InspectCode
run: jb inspectcode DragonFruit.Kaplan.sln --output=inspectcode.sarif --verbosity=WARN --no-build
run: jb inspectcode DragonFruit.Kaplan.sln --output=inspectcode.sarif --severity=WARNING --properties:Configuration=Release

- name: Upload SARIF file
uses: github/codeql-action/upload-sarif@v3
Expand Down

0 comments on commit 976c727

Please sign in to comment.