mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-04 06:04:24 +00:00
update sonarsource/sonarcloud-github-action
This commit is contained in:
parent
616659e691
commit
46a7aab147
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -285,7 +285,7 @@ jobs:
|
||||
uses: codecov/codecov-action@v3.1.4
|
||||
|
||||
- name: SonarCloud Scan
|
||||
uses: sonarsource/sonarcloud-github-action@v1.9
|
||||
uses: sonarsource/sonarcloud-github-action@v2.1.1
|
||||
# thought about just skipping dependabot
|
||||
# if: ${{ github.actor != 'dependabot[bot]' }}
|
||||
# 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' }}
|
||||
# so just skip everything but main
|
||||
if: github.ref_name == 'main'
|
||||
uses: sonarsource/sonarcloud-github-action@master
|
||||
uses: sonarsource/sonarcloud-github-action@v2.1.1
|
||||
with:
|
||||
projectBaseDir: spiffworkflow-frontend
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user