Skip to content

Commit 82cc24b

Browse files
authored
Less restrictive version for upload tool results action (#870)
1 parent 4acbaa4 commit 82cc24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar_pixee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: ${{ github.event.check_run.name == 'SonarCloud Code Analysis' }}
1515
steps:
16-
- uses: pixee/upload-tool-results-action@v2.4.0
16+
- uses: pixee/upload-tool-results-action@v2
1717
with:
1818
tool: sonar
1919
sonar-token: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)