File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,6 @@ outputs:
84
84
sarif-id :
85
85
description : The ID of the uploaded SARIF file.
86
86
runs :
87
- using : " node16 "
87
+ using : ' node20 '
88
88
main : " ../lib/analyze-action.js"
89
89
post : " ../lib/analyze-action-post.js"
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ inputs:
13
13
$GITHUB_WORKSPACE as its working directory.
14
14
required : false
15
15
runs :
16
- using : ' node16 '
16
+ using : ' node20 '
17
17
main : ' ../lib/autobuild-action.js'
Original file line number Diff line number Diff line change @@ -109,6 +109,6 @@ outputs:
109
109
codeql-path :
110
110
description : The path of the CodeQL binary used for analysis
111
111
runs :
112
- using : ' node16 '
112
+ using : ' node20 '
113
113
main : ' ../lib/init-action.js'
114
114
post : ' ../lib/init-action-post.js'
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ outputs:
19
19
environment :
20
20
description : The inferred build environment configuration.
21
21
runs :
22
- using : ' node16 '
22
+ using : ' node20 '
23
23
main : ' ../lib/resolve-environment-action.js'
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ outputs:
34
34
sarif-id :
35
35
description : The ID of the uploaded SARIF file.
36
36
runs :
37
- using : ' node16 '
37
+ using : ' node20 '
38
38
main : ' ../lib/upload-sarif-action.js'
You can’t perform that action at this time.
0 commit comments