diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9f56df24..d01e2d4e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -2,11 +2,11 @@ name: tests on: push: - branches: [ "main" ] + branches: [main] tags: - 'v*' - pull_request: - branches: [ "main" ] + pull_request_target: + branches: [main] jobs: @@ -228,7 +228,7 @@ jobs: VERSION="$(git describe --tags --abbrev=0 | sed 's/^v//')+$(git rev-parse --short HEAD)" fi echo "VERSION=$VERSION" >> $GITHUB_ENV - - uses: SonarSource/sonarqube-scan-action@v4.2.1 + - uses: SonarSource/sonarqube-scan-action@v4 with: args: > -Dsonar.organization=omni-us