We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7779850 + 7d2d9cf commit 89738a3Copy full SHA for 89738a3
.github/workflows/main.yml
@@ -76,25 +76,6 @@ jobs:
76
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
77
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
78
79
- sonarcloud:
80
- name: SonarCloud
81
- runs-on: ${{ matrix.os }}
82
-
83
- strategy:
84
- matrix:
85
- os: [ubuntu-latest]
86
- node: [20]
87
88
- steps:
89
- - uses: actions/checkout@v4
90
- with:
91
- fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
92
- - name: SonarCloud Scan
93
- uses: SonarSource/sonarcloud-github-action@master
94
- env:
95
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
96
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
97
98
semantic-version:
99
name: Semantic Release
100
needs: install
0 commit comments