From 577c1bfcda2951a0630224da42a6cea6a3d57578 Mon Sep 17 00:00:00 2001 From: "chrisert-sync-bot[bot]" Date: Sat, 28 Mar 2026 23:56:08 +0000 Subject: [PATCH 1/3] chore: sync from main From d2f9ebfbd19ac643ea0dee1b02f443c80a9d090f Mon Sep 17 00:00:00 2001 From: Fernando Tona <105774270+fernandotonacoder@users.noreply.github.com> Date: Sun, 29 Mar 2026 00:13:39 +0000 Subject: [PATCH 2/3] new attempt (#73) --- sonar-project.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/sonar-project.properties b/sonar-project.properties index b93a828..05c1691 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,5 +1,6 @@ # SonarQube Server configuration file sonar.projectKey=fernandotonacoder_chrisert_bbc86f72-9ba6-4533-996e-b85658dca317 +sonar.projectCreation.mainBranchName=dev # Source code settings sonar.sources=src From fd364ae2f69f6eb06d95c719486be7c40cfe4923 Mon Sep 17 00:00:00 2001 From: Fernando Tona <105774270+fernandotonacoder@users.noreply.github.com> Date: Sun, 29 Mar 2026 00:31:48 +0000 Subject: [PATCH 3/3] temp default branch change on SQ (#75) --- .github/workflows/sonarqube.yml | 2 +- sonar-project.properties | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 9a57178..f8b23c0 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -4,7 +4,7 @@ on: push: branches: # - main # production, already covered automatically by SonarQube Cloud - - dev + - main # pull_request: # SonarQube Server Community doesn't support PRs # types: [opened, synchronize, reopened] workflow_dispatch: diff --git a/sonar-project.properties b/sonar-project.properties index 05c1691..b93a828 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,5 @@ # SonarQube Server configuration file sonar.projectKey=fernandotonacoder_chrisert_bbc86f72-9ba6-4533-996e-b85658dca317 -sonar.projectCreation.mainBranchName=dev # Source code settings sonar.sources=src