diff --git a/.github/workflows/dispatch-release.yaml b/.github/workflows/dispatch-release.yaml index c6394312..d36b4ee8 100644 --- a/.github/workflows/dispatch-release.yaml +++ b/.github/workflows/dispatch-release.yaml @@ -25,10 +25,10 @@ on: reviewer: type: choice required: true - description: 'who should review the PR' + description: 'Who should review the PR' options: + - kenariosz - joernott - - snehasreeramini jobs: prepare_release: diff --git a/sonarcloud/action.yaml b/sonarcloud/action.yaml index b4d5c0a9..bf42dcc8 100644 --- a/sonarcloud/action.yaml +++ b/sonarcloud/action.yaml @@ -135,7 +135,7 @@ runs: echo "TARGET_BRANCH_PARAM=$TARGET_PRANCH_PARAM" >> $GITHUB_ENV - name: SonarCloud Scan - uses: sonarsource/sonarcloud-github-action@master + uses: SonarSource/sonarqube-scan-action@v4 env: SONAR_TOKEN: ${{ inputs.sonar_token }} GITHUB_TOKEN: ${{ inputs.github_token }} @@ -158,7 +158,7 @@ runs: cat >debug/debug.sh <