mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-13 02:54:27 +00:00
Bump sonarsource/sonarcloud-github-action from 2.1.1 to 2.2.0 (#1596)
Bumps [sonarsource/sonarcloud-github-action](https://github.com/sonarsource/sonarcloud-github-action) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/sonarsource/sonarcloud-github-action/releases) - [Commits](https://github.com/sonarsource/sonarcloud-github-action/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: sonarsource/sonarcloud-github-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
c11577e990
commit
32cf2fc566
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -301,7 +301,7 @@ jobs:
|
|||||||
uses: codecov/codecov-action@v4.4.1
|
uses: codecov/codecov-action@v4.4.1
|
||||||
|
|
||||||
- name: SonarCloud Scan
|
- name: SonarCloud Scan
|
||||||
uses: sonarsource/sonarcloud-github-action@v2.1.1
|
uses: sonarsource/sonarcloud-github-action@v2.2.0
|
||||||
# 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.
|
||||||
@ -364,7 +364,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@v2.1.1
|
uses: sonarsource/sonarcloud-github-action@v2.2.0
|
||||||
with:
|
with:
|
||||||
projectBaseDir: spiffworkflow-frontend
|
projectBaseDir: spiffworkflow-frontend
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user