Skip to content

Commit

Permalink
Update github-actions to 4.22.1 (#191)
Browse files Browse the repository at this point in the history
* OXDEV-9147 Switch to the new Sonar Cloud action

* OXDEV-9147 Update reviewers option

---------

Co-authored-by: Cenarius <kiss.2002e@gmail.com>
  • Loading branch information
release-github-action[bot] and kenariosz authored Feb 19, 2025
1 parent 3894f54 commit 15d0c2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dispatch-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions sonarcloud/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -158,7 +158,7 @@ runs:
cat >debug/debug.sh <<EODS
banner "sonarcloud: Debug sonarcloud Scan (simulated)"
cat <<'EOF'
# would call sonarsource/sonarcloud-github-action@master
# would call SonarSource/sonarqube-scan-action@v4
-Dsonar.organization=${{ inputs.sonarcloud_organization }}
-Dsonar.projectKey=${{ inputs.sonarcloud_project_key }}
-Dsonar.projectName=${{ inputs.sonarcloud_project_name }}
Expand Down

0 comments on commit 15d0c2e

Please sign in to comment.