Commit 79d949f 1 parent ea057a7 commit 79d949f Copy full SHA for 79d949f
File tree 1 file changed +21
-21
lines changed
1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change 1
- name : SonarQube
1
+ # name: SonarQube
2
2
3
3
4
4
5
- on :
6
- push :
7
- branches :
8
- - main
5
+ # on:
6
+ # push:
7
+ # branches:
8
+ # - main
9
9
10
10
11
11
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
16
16
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
21
21
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
25
25
26
- - name : SonarQube Scan
27
- uses : sonarsource/sonarqube-scan-action@v2.0.1
28
- env :
29
- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
30
- SONAR_HOST_URL : ${{ secrets.SONAR_HOST_URL }}
26
+ # - name: SonarQube Scan
27
+ # uses: sonarsource/sonarqube-scan-action@v2.0.1
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