remove dedundant single quotes from node version strings
This commit is contained in:
parent
ea1e72c669
commit
6b5b958063
6 changed files with 6 additions and 6 deletions
2
.github/actions/check-sarif/action.yml
vendored
2
.github/actions/check-sarif/action.yml
vendored
|
|
@ -16,5 +16,5 @@ inputs:
|
|||
Comma separated list of query ids that should NOT be included in this SARIF file.
|
||||
|
||||
runs:
|
||||
using: 'node20'
|
||||
using: node20
|
||||
main: index.js
|
||||
|
|
|
|||
|
|
@ -84,6 +84,6 @@ outputs:
|
|||
sarif-id:
|
||||
description: The ID of the uploaded SARIF file.
|
||||
runs:
|
||||
using: 'node20'
|
||||
using: node20
|
||||
main: "../lib/analyze-action.js"
|
||||
post: "../lib/analyze-action-post.js"
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@ inputs:
|
|||
$GITHUB_WORKSPACE as its working directory.
|
||||
required: false
|
||||
runs:
|
||||
using: 'node20'
|
||||
using: node20
|
||||
main: '../lib/autobuild-action.js'
|
||||
|
|
|
|||
|
|
@ -109,6 +109,6 @@ outputs:
|
|||
codeql-path:
|
||||
description: The path of the CodeQL binary used for analysis
|
||||
runs:
|
||||
using: 'node20'
|
||||
using: node20
|
||||
main: '../lib/init-action.js'
|
||||
post: '../lib/init-action-post.js'
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@ outputs:
|
|||
environment:
|
||||
description: The inferred build environment configuration.
|
||||
runs:
|
||||
using: 'node20'
|
||||
using: node20
|
||||
main: '../lib/resolve-environment-action.js'
|
||||
|
|
|
|||
|
|
@ -34,5 +34,5 @@ outputs:
|
|||
sarif-id:
|
||||
description: The ID of the uploaded SARIF file.
|
||||
runs:
|
||||
using: 'node20'
|
||||
using: node20
|
||||
main: '../lib/upload-sarif-action.js'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue