diff --git a/.github/workflows/call-universal_test_workflow.yml b/.github/workflows/call-universal_test_workflow.yml index 926fab23..6dfcb15b 100644 --- a/.github/workflows/call-universal_test_workflow.yml +++ b/.github/workflows/call-universal_test_workflow.yml @@ -1076,7 +1076,7 @@ jobs: fetch-depth: 0 - name: 'SonarCloud Scan' - uses: 'OXID-eSales/github-actions/sonarcloud@v4' + uses: 'OXID-eSales/github-actions/sonarcloud@v0' with: coverage_artifact: 'coverage-reports-*-${{ steps.sonarcloud_testplan_name.outputs.matrix_suffix }}' output_artifact: 'coverage-reports' @@ -1369,7 +1369,7 @@ jobs: - name: 'Generate report' id: generate_report - uses: 'OXID-eSales/github-actions/generate_report@v4' + uses: 'OXID-eSales/github-actions/generate_report@v0' with: slack_webhook: ${{ secrets.SLACK_WEBHOOK_URL }} title: '${{ needs.init.outputs.finish_slack_title }}'