From 800e2f6fe164a5763de181187e7084dd5e75f3d1 Mon Sep 17 00:00:00 2001 From: Jerome Chetelat Date: Fri, 5 Jun 2026 12:00:28 +0200 Subject: [PATCH 1/3] update workflows --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cbea0af..bfaf4f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,8 +24,13 @@ jobs: } ] EOF + - name: Inspect tool cache + run: | + echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE" + ls -la "$RUNNER_TOOL_CACHE" + find "$RUNNER_TOOL_CACHE" -maxdepth 2 -mindepth 1 | sort - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@jh/SQSCANGHA-144_add_qa_gate_jobs + uses: SonarSource/sonarqube-scan-action@worktree-SQSCANGHA-135 with: args: > -Dsonar.scanner.sonarcloudUrl=${{ vars.SONAR_CLOUD_URL }} From 8917a10f4d0961ce04c6ca7c31559a32d986bd6e Mon Sep 17 00:00:00 2001 From: jerome-chetelat-sonarsource Date: Fri, 5 Jun 2026 14:49:56 +0200 Subject: [PATCH 2/3] Update build.yml --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bfaf4f8..f4b93ca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,6 +39,11 @@ jobs: -Dsonar.organization=${{ vars.SONAR_ORGANIZATION }} env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + - name: Inspect tool cache + run: | + echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE" + ls -la "$RUNNER_TOOL_CACHE" + find "$RUNNER_TOOL_CACHE" -maxdepth 2 -mindepth 1 | sort gate: name: Build - gate From c30498ec6de87598ae0583134873c76110eac47f Mon Sep 17 00:00:00 2001 From: Jerome Chetelat Date: Fri, 5 Jun 2026 14:59:13 +0200 Subject: [PATCH 3/3] update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f4b93ca..5ab9241 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: ls -la "$RUNNER_TOOL_CACHE" find "$RUNNER_TOOL_CACHE" -maxdepth 2 -mindepth 1 | sort - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@worktree-SQSCANGHA-135 + uses: SonarSource/sonarqube-scan-action@0368e05ab12cda7555b44a36d694dc4044545b29 # worktree-SQSCANGHA-135 with: args: > -Dsonar.scanner.sonarcloudUrl=${{ vars.SONAR_CLOUD_URL }} @@ -40,6 +40,7 @@ jobs: env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - name: Inspect tool cache + if: always() run: | echo "RUNNER_TOOL_CACHE=$RUNNER_TOOL_CACHE" ls -la "$RUNNER_TOOL_CACHE"