File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6060 apt install -y curl ruby-full
6161
6262 - name : Install Build Wrapper
63- uses : SonarSource/sonarqube-scan-action/install-build-wrapper@v6.0 .0
63+ uses : SonarSource/sonarqube-scan-action/install-build-wrapper@v7.1 .0
6464
6565 - name : Build and test
6666 working-directory : thingy91x-oob
8080
8181 - name : SonarQube Scan on main
8282 if : github.event_name != 'pull_request'
83- uses : SonarSource/sonarqube-scan-action@v6.0 .0
83+ uses : SonarSource/sonarqube-scan-action@v7.1 .0
8484 env :
8585 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8686 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
9797
9898 - name : SonarQube Scan on PR
9999 if : github.event_name == 'pull_request'
100- uses : SonarSource/sonarqube-scan-action@v6.0 .0
100+ uses : SonarSource/sonarqube-scan-action@v7.1 .0
101101 env :
102102 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
103103 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments