Skip to content

Commit

Permalink
Bump SonarSource/sonarcloud-github-action from v1.9 to v2.1.1
Browse files Browse the repository at this point in the history
This updates the docker container used to do the scan and should use the
support Java 17 version.

Also uses correct capitalization of "SonarSource", maybe this is why
dependabot never updated this for us?

DAFFODIL-2856
  • Loading branch information
stevedlawrence committed Jan 16, 2024
1 parent cebce31 commit e2a1835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ jobs:
- name: Run SonarCloud Scan
if: ${{ env.SONARSCAN == 'true' }}
uses: sonarsource/sonarcloud-github-action@v1.9
uses: SonarSource/sonarcloud-github-action@v2.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit e2a1835

Please sign in to comment.