Commit 22fba35
committed
ci: replace deprecated SonarCloud action and bump github-script
The SonarScanner (sonarcloud-github-action) is deprecated in favour of
sonarqube-scan-action, and its internals still pull actions/cache@v4,
which targets the now-deprecated Node 20 runtime. Switch to
SonarSource/sonarqube-scan-action@v8 (runs on Node 24), setting
SONAR_HOST_URL to https://sonarcloud.io since the generic scan action
has no SonarCloud default; projectKey/organization stay in
sonar-project.properties.
Also bump actions/github-script v6 (Node 16) to v9 (Node 24) in
deploy.yml, the remaining action on a deprecated runtime.1 parent 1b5cfe2 commit 22fba35
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments