diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8606ad6..b219abf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,7 +58,7 @@ jobs: if: ${{ github.actor != 'dependabot[bot]' }} runs-on: ubuntu-latest steps: - - uses: javiertuya/sonarqube-action@v1.3.0 + - uses: javiertuya/sonarqube-action@v1.3.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} sonar-token: ${{ secrets.SONAR_TOKEN }} @@ -67,7 +67,7 @@ jobs: publish-java-snapshot: #if: ${{ false }} # disable for now #avoid publishing PRs and dependabot branches - if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) }} + if: ${{ github.event_name != 'pull_request' && !contains('/head/refs/dependabot/', github.ref) && !contains('/head/refs/dashgit/combined/', github.ref) }} runs-on: ubuntu-latest permissions: contents: read