File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,18 +33,18 @@ jobs:
3333 # - name: Build the Docker image
3434 # run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
3535
36- sonarcloud :
37- name : SonarCloud
38- runs-on : ubuntu-latest
39- steps :
40- - uses : actions/checkout@v3
41- with :
42- fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
43- - name : SonarCloud Scan
44- uses : SonarSource/sonarcloud-github-action@master
45- env :
46- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }} # Needed to get PR information, if any
47- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
36+ # sonarcloud:
37+ # name: SonarCloud
38+ # runs-on: ubuntu-latest
39+ # steps:
40+ # - uses: actions/checkout@v3
41+ # with:
42+ # fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
43+ # - name: SonarCloud Scan
44+ # uses: SonarSource/sonarcloud-github-action@master
45+ # env:
46+ # GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} # Needed to get PR information, if any
47+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4848
4949
5050
You can’t perform that action at this time.
0 commit comments