Skip to content

Commit

Permalink
Less restrictive version for upload tool results action (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella authored Oct 9, 2024
1 parent 4acbaa4 commit 82cc24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar_pixee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.check_run.name == 'SonarCloud Code Analysis' }}
steps:
- uses: pixee/upload-tool-results-action@v2.4.0
- uses: pixee/upload-tool-results-action@v2
with:
tool: sonar
sonar-token: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 82cc24b

Please sign in to comment.