We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdab72 commit ef3b553Copy full SHA for ef3b553
.github/workflows/ci.yml
@@ -80,6 +80,6 @@ jobs:
80
81
- name: 'Run SonarQube cloud scanner'
82
if: ${{ matrix.php == env.LATEST_SUPPORTED_PHP_VERSION }}
83
- uses: minvws/action-sonarcube-cloud@update-action
+ uses: minvws/action-sonarcube-cloud@v1
84
with:
85
sonar-token: ${{ secrets.SONAR_TOKEN }}
0 commit comments