Skip to content

Commit 06af929

Browse files
author
Andre Vieira
committed
chore(actions): remove sonarqube
1 parent ea057a7 commit 06af929

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.github/workflows/sonarqube.yaml

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
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/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 }}

0 commit comments

Comments
 (0)