File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 matrix :
2828 version :
2929 - ' 2.5.0'
30- - ' 3.2.2 '
30+ - ' 3.4.1 '
3131
3232 steps :
3333 - name : Checkout code
5656 run : echo "VERSION=$(cat lib/splitclient-rb/version.rb | grep VERSION | awk -F "'" '{print $2}')" >> $GITHUB_ENV
5757
5858 - name : SonarQube Scan (Push)
59- if : matrix.version == '3.2.2 ' && github.event_name == 'push'
59+ if : matrix.version == '3.4.1 ' && github.event_name == 'push'
6060 uses : SonarSource/sonarcloud-github-action@v1.9
6161 env :
6262 SONAR_TOKEN : ${{ secrets.SONARQUBE_TOKEN }}
6868 -Dsonar.projectVersion=${{ env.VERSION }}
6969
7070 - name : SonarQube Scan (Pull Request)
71- if : matrix.version == '3.2.2 ' && github.event_name == 'pull_request'
71+ if : matrix.version == '3.4.1 ' && github.event_name == 'pull_request'
7272 uses : SonarSource/sonarcloud-github-action@v1.9
7373 env :
7474 SONAR_TOKEN : ${{ secrets.SONARQUBE_TOKEN }}
You can’t perform that action at this time.
0 commit comments