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.1.1 '
30+ - ' 3.2.2 '
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.1.1 ' && github.event_name == 'push'
59+ if : matrix.version == '3.2.2 ' && 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.1.1 ' && github.event_name == 'pull_request'
71+ if : matrix.version == '3.2.2 ' && github.event_name == 'pull_request'
7272 uses : SonarSource/sonarcloud-github-action@v1.9
7373 env :
7474 SONAR_TOKEN : ${{ secrets.SONARQUBE_TOKEN }}
Original file line number Diff line number Diff line change @@ -115,8 +115,6 @@ perl\B#perl stuff#false
115115^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$#john@doe.com#true
116116^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$#john@doe.something#false
117117^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$#johndoe.sg#false
118- ^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$#http://split.io/about#true
119- ^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$#http://google.com/some/file!.html#false
120118^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$#73.60.124.136#true
121119^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$#256.60.124.136#false
122120^\d+$#123#true
@@ -143,3 +141,5 @@ perl\B#perl stuff#false
143141^(19|20)\d{2}$#1810#false
144142^([1-9]|0[1-9]|[12][0-9]|3[01])\D([1-9]|0[1-9]|1[012])\D(19[0-9][0-9]|20[0-9][0-9])$#11/11/2011#true
145143^([1-9]|0[1-9]|[12][0-9]|3[01])\D([1-9]|0[1-9]|1[012])\D(19[0-9][0-9]|20[0-9][0-9])$#13/13/2011#false
144+ ^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$#http://split.io/about#true
145+ ^(https?:\/\/)?([\da-z\.-]+)\.([a-z\.]{2,6})([\/\w \.-]*)*\/?$#http://google.com/some/file!.html#false
You can’t perform that action at this time.
0 commit comments