Skip to content

Commit 2f77a1e

Browse files
SQSCANGHA-121 Add vulnerability warning
1 parent 1a6d90e commit 2f77a1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ runs:
3131
env:
3232
INPUT_PROJECTBASEDIR: ${{ inputs.projectBaseDir }}
3333
INPUT_SCANNERVERSION: ${{ inputs.scannerVersion }}
34+
- name: Vulnerability warning
35+
shell: bash
36+
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"
3437
- name: Load Sonar Scanner CLI from cache
3538
id: sonar-scanner-cli
3639
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 #v4.2.4

0 commit comments

Comments
 (0)