Skip to content

Commit

Permalink
update sonar scanner client version.
Browse files Browse the repository at this point in the history
  • Loading branch information
freeeyes committed Aug 21, 2023
1 parent 92de7c0 commit e76077d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/PSS_ASIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
run: |
echo "download sonar scanner client."
wget -nv https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-5.0.1.3006-linux.zip
ls -l
echo "ls download file."
unzip -q sonar-scanner-cli-5.0.1.3006-linux.zip
echo "ls unzip download file."
ls -l
cd ${PWD}/sonar-scanner-5.0.1.3006-linux/bin/
echo "ls sonar scanner file."
ls -l
ls -l
echo "ls sonar scanner path."
pwd
echo "${PWD}/sonar-scanner-5.0.1.3006-linux/bin/" >> $GITHUB_PATH
wget -nv https://sonarcloud.io/static/cpp/build-wrapper-linux-x86.zip
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
shell: bash
run: |
cd ${{github.workspace}}/PSS_ASIO
sonar-scanner -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
${PWD}/sonar-scanner-5.0.1.3006-linux/sonar-scanner -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=$SONAR_TOKEN
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit e76077d

Please sign in to comment.