Skip to content

Commit

Permalink
Merge pull request #5535 from ilios/dependabot/github_actions/sonarso…
Browse files Browse the repository at this point in the history
…urce/sonarqube-scan-action-2.2

Bump sonarsource/sonarqube-scan-action from 2.1.0 to 2.2
  • Loading branch information
stopfstedt committed Jun 18, 2024
2 parents 45d6ea5 + 68aa9d8 commit 26b13fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ jobs:
with:
name: coverage-output
- run: ls -lh coverage.xml
- uses: sonarsource/sonarqube-scan-action@v2.1.0
- uses: sonarsource/sonarqube-scan-action@v2.2
if: ${{ env.SONAR_TOKEN != '' }}
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 26b13fc

Please sign in to comment.