Skip to content

Commit

Permalink
Update SonarSource/sonarcloud-github-action action to v3 (#437)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent b21db7f commit 0c3e352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: echo "project_version=$(git tag -l --sort=-creatordate --format='%(refname:short)' | head -n1)" >> $GITHUB_OUTPUT

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v2.3
uses: SonarSource/sonarcloud-github-action@v3.0
with:
args: >
-Dsonar.projectVersion=`${{ steps.project_version.outputs.project_version }}`
Expand Down

0 comments on commit 0c3e352

Please sign in to comment.