Ghais Zaher

Results 5 comments of Ghais Zaher

> @ghaiszaher is there still interest in getting this merged? @jamengual yes we are still interested, we'd appreciate any feedback on the current PR.

> I think for JDBC this works by appending ?&TC_REUSABLE=true. I'm using the following: > > ``` > spring: > datasource: > flyway: > url: jdbc:tc:sqlserver:2019-latest://testcontainers/testdb?TC_REUSABLE=true > ``` > >...

Related: https://github.com/reviewdog/reviewdog/issues/1696 Seems like this is fixed with https://github.com/reviewdog/reviewdog/pull/1714 I'll try to upgrade to https://github.com/reviewdog/reviewdog/releases/tag/v0.17.4

@rohan-sca @sergiomr88 please let me know if you still face this issue.

Based on this comment https://github.com/reviewdog/reviewdog/issues/1696#issuecomment-2077370044, it looks like the current solution is to pass the argument `reporter: github-pr-review`. Example: ```yaml - name: ktlint uses: ScaCap/action-ktlint@master with: github_token: ${{ secrets.github_token }}...