File tree Expand file tree Collapse file tree 7 files changed +144
-273
lines changed
Expand file tree Collapse file tree 7 files changed +144
-273
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 77 workflow_dispatch :
88 inputs :
99 skip_coveralls :
10- description : " Skip coveralls "
10+ description : " Skip Coveralls "
1111 type : boolean
1212 default : false
1313 skip_gas :
1818 description : " Skip release"
1919 type : boolean
2020 default : true
21- skip_sonarcloud :
22- description : " Skip sonarcloud "
21+ skip_sonarqube :
22+ description : " Skip SonarQube "
2323 type : boolean
2424 default : false
2525 skip_tests :
@@ -82,10 +82,10 @@ jobs:
8282 if : ${{ !github.event.inputs.skip_coveralls }}
8383 name : Coveralls
8484 uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
85- - id : sonarcloud
86- if : ${{ !github.event.inputs.skip_sonarcloud }}
87- name : SonarCloud Scan
88- uses : SonarSource/sonarqube-scan-action@bfd4e558cda28cda6b5defafb9232d191be8c203 # v4
85+ - id : sonarqube
86+ if : ${{ !github.event.inputs.skip_sonarqube }}
87+ name : SonarQube Scan
88+ uses : SonarSource/sonarqube-scan-action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5
8989 env :
9090 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9191 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 5757 run : npm run ci:docs
5858 - name : Deploy Pages
5959 id : deploy-pages
60- uses : JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a # v4
60+ uses : JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4
6161 with :
6262 folder : docs/build
Original file line number Diff line number Diff line change 88 workflow_dispatch :
99 inputs :
1010 skip_coveralls :
11- description : " Skip coveralls "
11+ description : " Skip Coveralls "
1212 type : boolean
1313 default : false
14- skip_sonarcloud :
15- description : " Skip sonarcloud "
14+ skip_sonarqube :
15+ description : " Skip SonarQube "
1616 type : boolean
1717 default : false
1818 skip_tests :
@@ -54,10 +54,10 @@ jobs:
5454 if : ${{ !github.event.inputs.skip_coveralls }}
5555 name : Coveralls
5656 uses : coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2
57- - id : sonarcloud
58- if : ${{ env.SONAR_TOKEN && !github.event.inputs.skip_sonarcloud }}
59- name : SonarCloud Scan
60- uses : sonarsource/sonarcloud-github -action@02ef91109b2d589e757aefcfb2854c2783fd7b19 # v4
57+ - id : sonarqube
58+ if : ${{ !github.event.inputs.skip_sonarqube }}
59+ name : SonarQube Scan
60+ uses : SonarSource/sonarqube-scan -action@0303d6b62e310685c0e34d0b9cde218036885c4d # v5
6161 env :
6262 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6363 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://raw.githubusercontent.com/jetpack-io/devbox/0.10.3/.schema/devbox.schema.json" ,
33 "packages" : [
4- " gojq@0" ,
5- " gh@2" ,
6- " gettext@0" ,
7- " gomplate@3" ,
8- " google-clasp@2" ,
9- " nodejs@22" ,
10- " renovate@latest" ,
11- " antlr@4" ,
12- " qpdf@11" ,
4+ " gojq@0.12.17" ,
5+ " gh@2.67.0" ,
6+ " gettext@0.22.5" ,
7+ " gomplate@4.2.0" ,
8+ " nodejs@23.8.0" ,
9+ " antlr@4.13.2" ,
10+ " qpdf@11.10.0" ,
1311 " wkhtmltopdf-bin@0"
1412 ],
1513 "shell" : {
You can’t perform that action at this time.
0 commit comments