update sonarsource/sonarcloud-github-action

This commit is contained in:
burnettk 2024-01-29 10:53:03 -05:00
parent 616659e691
commit 46a7aab147
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -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: