Skip to content

Commit

Permalink
sonarqube upd
Browse files Browse the repository at this point in the history
  • Loading branch information
rostilos committed May 27, 2024
1 parent 9b84277 commit 660491b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:

- name: Set up SonarQube scanner
run: |
wget -qO- https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.6.2.2472-linux.zip | sudo unzip -d /opt/
export PATH=/opt/sonar-scanner-4.6.2.2472-linux/bin:$PATH
wget -qO- https://binaries.sonarsource.com/Distribution/sonar-scanner-cli/sonar-scanner-cli-4.6.2.2472-linux.zip > sonar-scanner.zip
unzip sonar-scanner.zip -d /opt/
export PATH=/opt/sonar-scanner-4.6.2.2472-linux/bin:$PATH
- name: Identify modified files
id: modified_files
Expand Down

0 comments on commit 660491b

Please sign in to comment.