update sonarsource/sonarcloud-github-action
This commit is contained in:
parent
616659e691
commit
46a7aab147
|
@ -285,7 +285,7 @@ jobs:
|
||||||
uses: codecov/codecov-action@v3.1.4
|
uses: codecov/codecov-action@v3.1.4
|
||||||
|
|
||||||
- name: SonarCloud Scan
|
- name: SonarCloud Scan
|
||||||
uses: sonarsource/sonarcloud-github-action@v1.9
|
uses: sonarsource/sonarcloud-github-action@v2.1.1
|
||||||
# thought about just skipping dependabot
|
# thought about just skipping dependabot
|
||||||
# if: ${{ github.actor != 'dependabot[bot]' }}
|
# if: ${{ github.actor != 'dependabot[bot]' }}
|
||||||
# but figured all pull requests seems better, since none of them will have access to sonarcloud.
|
# but figured all pull requests seems better, since none of them will have access to sonarcloud.
|
||||||
|
@ -341,7 +341,7 @@ jobs:
|
||||||
# if: ${{ github.event_name != 'pull_request' }}
|
# if: ${{ github.event_name != 'pull_request' }}
|
||||||
# so just skip everything but main
|
# so just skip everything but main
|
||||||
if: github.ref_name == 'main'
|
if: github.ref_name == 'main'
|
||||||
uses: sonarsource/sonarcloud-github-action@master
|
uses: sonarsource/sonarcloud-github-action@v2.1.1
|
||||||
with:
|
with:
|
||||||
projectBaseDir: spiffworkflow-frontend
|
projectBaseDir: spiffworkflow-frontend
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue