Skip to content

Commit

Permalink
GHA: Update sonar scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Sep 24, 2024
1 parent 2e8a8df commit 92a74c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-sonar-tools/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Download and install sonar-scanner and build-wrapper
runs:
using: "composite"
steps:
- run: echo "SONAR_SCANNER_VERSION=5.0.1.3006" >> $GITHUB_ENV
- run: echo "SONAR_SCANNER_VERSION=6.1.0.4477" >> $GITHUB_ENV
shell: bash
- run: echo "SONAR_SCANNER_HOME=${HOME}/.sonar/sonar-scanner-$SONAR_SCANNER_VERSION-linux" >> $GITHUB_ENV
shell: bash
Expand Down

0 comments on commit 92a74c5

Please sign in to comment.