File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,6 @@ outputs:
8484 sarif-id :
8585 description : The ID of the uploaded SARIF file.
8686runs :
87- using : " node16 "
87+ using : ' node20 '
8888 main : " ../lib/analyze-action.js"
8989 post : " ../lib/analyze-action-post.js"
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ inputs:
1313 $GITHUB_WORKSPACE as its working directory.
1414 required : false
1515runs :
16- using : ' node16 '
16+ using : ' node20 '
1717 main : ' ../lib/autobuild-action.js'
Original file line number Diff line number Diff line change @@ -109,6 +109,6 @@ outputs:
109109 codeql-path :
110110 description : The path of the CodeQL binary used for analysis
111111runs :
112- using : ' node16 '
112+ using : ' node20 '
113113 main : ' ../lib/init-action.js'
114114 post : ' ../lib/init-action-post.js'
Original file line number Diff line number Diff line change @@ -19,5 +19,5 @@ outputs:
1919 environment :
2020 description : The inferred build environment configuration.
2121runs :
22- using : ' node16 '
22+ using : ' node20 '
2323 main : ' ../lib/resolve-environment-action.js'
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ outputs:
3434 sarif-id :
3535 description : The ID of the uploaded SARIF file.
3636runs :
37- using : ' node16 '
37+ using : ' node20 '
3838 main : ' ../lib/upload-sarif-action.js'
You can’t perform that action at this time.
0 commit comments