Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
689fb39b34 | ||
|
|
bfd4e558cd |
@@ -1,4 +1,5 @@
|
|||||||
name: Official SonarQube (Server, Cloud) Scan
|
name: Official SonarQube Scan
|
||||||
|
# Warning: changing name would change URL in the marketplace
|
||||||
description: >
|
description: >
|
||||||
Scan your code with SonarQube Server and Cloud to detect
|
Scan your code with SonarQube Server and Cloud to detect
|
||||||
issues in 30+ languages. (Formerly SonarQube and SonarCloud)
|
issues in 30+ languages. (Formerly SonarQube and SonarCloud)
|
||||||
@@ -28,6 +29,9 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
INPUT_PROJECTBASEDIR: ${{ inputs.projectBaseDir }}
|
INPUT_PROJECTBASEDIR: ${{ inputs.projectBaseDir }}
|
||||||
|
- name: Vulnerability warning
|
||||||
|
shell: bash
|
||||||
|
run: echo "::warning title=Vulnerability warning::This version of the SonarQube Scanner GitHub Action is no longer supported and contains a security vulnerability. Please update your workflow to use sonarsource/sonarqube-scan-action@v6 for the latest security patches and features. For more information visit https://community.sonarsource.com/gha-v6-update"
|
||||||
- name: Load Sonar Scanner CLI from cache
|
- name: Load Sonar Scanner CLI from cache
|
||||||
id: sonar-scanner-cli
|
id: sonar-scanner-cli
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user