mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-08 15:24:33 +03:00
SQSCANGHA-132 Upgrade Node to 24 (#224)
This commit is contained in:
@@ -25,5 +25,5 @@ inputs:
|
|||||||
required: false
|
required: false
|
||||||
default: https://binaries.sonarsource.com/Distribution/sonar-scanner-cli
|
default: https://binaries.sonarsource.com/Distribution/sonar-scanner-cli
|
||||||
runs:
|
runs:
|
||||||
using: node20
|
using: node24
|
||||||
main: dist/index.js
|
main: dist/index.js
|
||||||
|
|||||||
@@ -9,5 +9,5 @@ outputs:
|
|||||||
build-wrapper-binary:
|
build-wrapper-binary:
|
||||||
description: "Absolute path to Build Wrapper binary."
|
description: "Absolute path to Build Wrapper binary."
|
||||||
runs:
|
runs:
|
||||||
using: node20
|
using: node24
|
||||||
main: ../dist/install-build-wrapper.js
|
main: ../dist/install-build-wrapper.js
|
||||||
|
|||||||
Reference in New Issue
Block a user