Skip to content

Commit cbd3641

Browse files
committed
update
1 parent 52c035b commit cbd3641

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/build.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)