Skip to content

Commit

Permalink
Merge pull request #317 from com-pas/fixes/311-github-actions-set-out…
Browse files Browse the repository at this point in the history
…put-command-is-deprecated-take-place-in-sonarcloud-analysis

fix deprecating set-output command in sonarcloud-analysis manifests yaml
  • Loading branch information
samirromdhani authored Aug 24, 2023
2 parents 985b66e + 541b5a3 commit fd5d6ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sonarcloud-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fd5d6ca

Please sign in to comment.