File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 1- name : SonarQube
1+ # name: SonarQube
22
33
44
5- on :
6- push :
7- branches :
8- - main
5+ # on:
6+ # push:
7+ # branches:
8+ # - main
99
1010
1111
12- jobs :
13- sonarqube :
14- name : SonarQube
15- runs-on : ubuntu-22.04
12+ # jobs:
13+ # sonarqube:
14+ # name: SonarQube
15+ # runs-on: ubuntu-22.04
1616
17- steps :
18- - uses : actions/checkout@v4
19- with :
20- fetch-depth : 0
17+ # steps:
18+ # - uses: actions/checkout@v4
19+ # with:
20+ # fetch-depth: 0
2121
22- - name : SonarQube file
23- run : |
24- echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties
22+ # - name: SonarQube file
23+ # run: |
24+ # echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties
2525
26- - name : SonarQube Scan
27- uses :
sonarsource/[email protected] 28- env :
29- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
30- SONAR_HOST_URL : ${{ secrets.SONAR_HOST_URL }}
26+ # - name: SonarQube Scan
27+ # uses: sonarsource/[email protected] 28+ # env:
29+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
30+ # SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
You can’t perform that action at this time.
0 commit comments