File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 - uses : actions/checkout@v6
4141
4242 - name : Download Package
43- uses : actions/download-artifact@v7
43+ uses : actions/download-artifact@v8
4444 with :
4545 name : Packages
4646 path : dist
Original file line number Diff line number Diff line change 4343 - uses : actions/checkout@v6
4444
4545 - name : Download Package
46- uses : actions/download-artifact@v7
46+ uses : actions/download-artifact@v8
4747 with :
4848 name : Packages
4949 path : dist
6262 shell : bash
6363 run : |
6464 tox run -e py --installpkg `find dist/*.tar.gz`
65-
66- sonarcloud :
67-
68- runs-on : ubuntu-latest
69-
70- steps :
71- - uses : actions/checkout@v6
72- with :
73- # Disabling shallow clone is recommended for improving relevancy of reporting
74- fetch-depth : 0
75- - name : SonarCloud Scan
76- uses : sonarsource/sonarcloud-github-action@master
77- env :
78- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
79- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments