Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
sschuberth committed Feb 21, 2024
1 parent 906928a commit 110662b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
uses: gradle/gradle-build-action@v3
with:
gradle-home-cache-cleanup: true
arguments: detekt detektTest detektFunTest
arguments: --scan detekt detektTest detektFunTest
- name: Upload SARIF File
uses: github/codeql-action/upload-sarif@v3
if: ${{ always() }} # Upload even if the previous step failed.
Expand Down

0 comments on commit 110662b

Please sign in to comment.