Skip to content

Commit

Permalink
ci: change reviewdog back to github-check
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron-Ritter committed Jan 30, 2024
1 parent d5d3657 commit 1727ac0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
if: success() || failure()
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: reviewdog -f=sarif -diff="git diff FETCH_HEAD" -name="detekt" -reporter=github-pr-review < build/reports/detekt/merge.sarif.json
run: reviewdog -f=sarif -diff="git diff FETCH_HEAD" -name="detekt" -reporter=github-check < build/reports/detekt/merge.sarif.json
2 changes: 1 addition & 1 deletion .github/workflows/mobsf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: success() || failure()
run: reviewdog -f=sarif -diff="git diff FETCH_HEAD" -name="mobsf" -reporter=github-pr-review < mobsf.sarif.json
run: reviewdog -f=sarif -diff="git diff FETCH_HEAD" -name="mobsf" -reporter=github-check < mobsf.sarif.json
17 changes: 0 additions & 17 deletions app/src/test/java/io/fusionauth/sdk/ExampleUnitTestReviewdog.kt

This file was deleted.

0 comments on commit 1727ac0

Please sign in to comment.