From c40724f92291d65bade7939a72f277cd15bbeea4 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 27 Apr 2026 14:06:13 +0100 Subject: [PATCH] mesh-2816: remove not dependabot from sonar workflows --- .github/workflows/merge-develop.yml | 3 --- .github/workflows/pull-request.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.github/workflows/merge-develop.yml b/.github/workflows/merge-develop.yml index fb938b7..ef698e6 100644 --- a/.github/workflows/merge-develop.yml +++ b/.github/workflows/merge-develop.yml @@ -57,14 +57,12 @@ jobs: thresholdAll: 0.70 - name: setup java - if: github.actor != 'dependabot[bot]' && (success() || failure()) uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 with: distribution: "corretto" java-version: "17" - name: provision sonar-scanner - if: github.actor != 'dependabot[bot]' && (success() || failure()) run: | export SONAR_VERSION="5.0.1.3006" wget -q --max-redirect=0 "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_VERSION}.zip" -O sonar-scanner.zip @@ -73,7 +71,6 @@ jobs: scripts/sonar_tests.py - name: run sonar scan - if: github.actor != 'dependabot[bot]' && (success() || failure()) run: | PATH="$PWD/sonar-scanner/bin:$PATH" sonar-scanner diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 26a29fc..e8cde60 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -140,14 +140,12 @@ jobs: thresholdAll: 0.70 - name: setup java - if: github.actor != 'dependabot[bot]' && (success() || failure()) uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5 with: distribution: "corretto" java-version: "17" - name: provision sonar-scanner - if: github.actor != 'dependabot[bot]' && (success() || failure()) run: | export SONAR_VERSION="5.0.1.3006" wget -q --max-redirect=0 "https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-${SONAR_VERSION}.zip" -O sonar-scanner.zip @@ -156,7 +154,6 @@ jobs: scripts/sonar_tests.py - name: run sonar scan - if: github.actor != 'dependabot[bot]' && (success() || failure()) run: | PATH="$PWD/sonar-scanner/bin:$PATH" if [[ "${{ github.event_name }}" == "pull_request" ]]; then