From 09e9651b29b1e7ac9a13885f31697e59fe38a12d Mon Sep 17 00:00:00 2001 From: Balaji Srinivasan Date: Tue, 27 Jun 2023 10:48:14 +0200 Subject: [PATCH] Workflow: sonarcloud: Remove unused env variables Signed-off-by: Balaji Srinivasan --- .github/workflows/sonarcloud-native-posix.yml | 2 -- .github/workflows/sonarcloud.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/sonarcloud-native-posix.yml b/.github/workflows/sonarcloud-native-posix.yml index 2144cb9b83db..6f15f2cf8c91 100644 --- a/.github/workflows/sonarcloud-native-posix.yml +++ b/.github/workflows/sonarcloud-native-posix.yml @@ -11,8 +11,6 @@ jobs: runs-on: ubuntu-latest container: nordicplayground/nrfconnect-sdk:main env: - SONAR_SCANNER_VERSION: 4.7.0.2747 - BUILD_WRAPPER_DOWNLOAD_URL: https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed steps: - name: Checkout the code diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 73cc12291df4..59a1c1bbf448 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -12,8 +12,6 @@ jobs: runs-on: self-hosted container: nordicplayground/nrfconnect-sdk:main env: - SONAR_SCANNER_VERSION: 4.7.0.2747 - BUILD_WRAPPER_DOWNLOAD_URL: https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed steps: - name: Checkout the code