mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-06 21:39:26 +00:00
SQSCANGHA-132 Upgrade Node to 24
This commit is contained in:
parent
9598b8a83f
commit
96cc37f786
2 changed files with 2 additions and 2 deletions
|
|
@ -25,5 +25,5 @@ inputs:
|
|||
required: false
|
||||
default: https://binaries.sonarsource.com/Distribution/sonar-scanner-cli
|
||||
runs:
|
||||
using: node20
|
||||
using: node24
|
||||
main: dist/index.js
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@ outputs:
|
|||
build-wrapper-binary:
|
||||
description: "Absolute path to Build Wrapper binary."
|
||||
runs:
|
||||
using: node20
|
||||
using: node24
|
||||
main: ../dist/install-build-wrapper.js
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue