diff --git a/.blueprint/github-build-matrix/support/git-changes.ts b/.blueprint/github-build-matrix/support/git-changes.ts index fb16f8792a9c..9199dfddb658 100644 --- a/.blueprint/github-build-matrix/support/git-changes.ts +++ b/.blueprint/github-build-matrix/support/git-changes.ts @@ -40,6 +40,6 @@ export const getGitChanges = async (options: { allTrue?: boolean } = {}) => { workspaces: hasPatternChanges('generators/{docker-compose,kubernetes*,workspaces}/**'), vue: hasPatternChanges('generators/vue/**'), vueWorkflow: hasClientWorkflowChanges('vue'), - sonarPr: hasPatternChanges('test-integration/sonar-pr/**'), + sonarPr: hasPatternChanges('.github/actions/sonar/**'), }; }; diff --git a/test-integration/sonar-pr/Dockerfile b/.github/actions/sonar/Dockerfile similarity index 100% rename from test-integration/sonar-pr/Dockerfile rename to .github/actions/sonar/Dockerfile diff --git a/test-integration/sonar-pr/docker-compose.yml b/.github/actions/sonar/docker-compose.yml similarity index 100% rename from test-integration/sonar-pr/docker-compose.yml rename to .github/actions/sonar/docker-compose.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 72491532e7a6..cc99c915146b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -209,7 +209,7 @@ updates: - 'skip-changelog' - package-ecosystem: 'docker' - directory: '/test-integration/sonar-pr/' + directory: '/.github/actions/sonar/' schedule: interval: 'daily' time: '00:30' diff --git a/.github/workflows/angular.yml b/.github/workflows/angular.yml index 5b5bdbcf83a0..ac17655ef711 100644 --- a/.github/workflows/angular.yml +++ b/.github/workflows/angular.yml @@ -217,7 +217,7 @@ jobs: with: sonar-project-key: ${{ matrix.sample }} application-dir: ${{ github.workspace }}/app - docker-compose-file: ${{ github.workspace }}/generator-jhipster/test-integration/sonar-pr/docker-compose.yml + docker-compose-file: ${{ github.workspace }}/generator-jhipster/.github/actions/sonar/docker-compose.yml comment-token: ${{ secrets.PAT_PR_ISSUES_TOKEN }} check-angular: