Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions sonarcloud/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ runs:
cat >debug/debug.sh <<EODS
banner "sonarcloud: Debug sonarcloud Scan (simulated)"
cat <<'EOF'
# would call SonarSource/sonarqube-scan-action@v7
# would call SonarSource/sonarqube-scan-action@v8
-Dsonar.organization=${{ inputs.sonarcloud_organization }}
-Dsonar.projectKey=${{ inputs.sonarcloud_project_key }}
-Dsonar.projectName=${{ inputs.sonarcloud_project_name }}
Expand All @@ -180,7 +180,7 @@ runs:
EODS

- name: 'SonarCloud Scan'
uses: 'SonarSource/sonarqube-scan-action@v7'
uses: 'SonarSource/sonarqube-scan-action@v8'
env:
SONAR_TOKEN: ${{ inputs.sonar_token }}
GITHUB_TOKEN: ${{ inputs.github_token }}
Expand Down
Loading