Merge pull request 'update sonar' (#369) from KingChan/forgeplus:standalone_develop into standalone_develop

This commit is contained in:
KingChan 2025-06-07 10:41:46 +08:00
commit e03e011f18
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ class Api::V1::SonarqubesController < Api::V1::BaseController
- name: Generate sonar-project.properties
run: |
cat <<EOF > sonar-project.properties
#{sonar_content}
EOF
#{sonar_content}
EOF
- name: SonarQube Scan
uses: #{scanner_url}