From 541b5a32bd2f6626a7ce71253cc6110b725cae26 Mon Sep 17 00:00:00 2001 From: Samir Romdhani Date: Thu, 17 Aug 2023 16:43:36 +0200 Subject: [PATCH] fix deprecating set-output command in sonarcloud-analysis manifests yaml Signed-off-by: Samir Romdhani --- .github/workflows/sonarcloud-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sonarcloud-analysis.yml b/.github/workflows/sonarcloud-analysis.yml index 1b0ca65c6..03a3355cc 100644 --- a/.github/workflows/sonarcloud-analysis.yml +++ b/.github/workflows/sonarcloud-analysis.yml @@ -71,9 +71,9 @@ jobs: - name: Set Common Sonar Variables id: sonar_env run: | - echo "##[set-output name=sonar_opts;]$(echo -Dsonar.host.url=https://sonarcloud.io \ + echo "sonar_opts=-Dsonar.host.url=https://sonarcloud.io \ -Dsonar.projectKey=com-pas_compas-sct \ - -Dsonar.organization=com-pas )" + -Dsonar.organization=com-pas" >> $GITHUB_OUTPUT - name: Create custom Maven Settings.xml uses: whelk-io/maven-settings-xml-action@v21 with: