File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
.github/actions/check-sarif Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,5 +16,5 @@ inputs:
1616 Comma separated list of query ids that should NOT be included in this SARIF file.
1717
1818runs :
19- using : ' node20'
19+ using : node20
2020 main : index.js
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 : ' node20'
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 : ' node20'
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 : ' node20'
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 : ' node20'
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 : ' node20'
37+ using : node20
3838 main : ' ../lib/upload-sarif-action.js'
You can’t perform that action at this time.
0 commit comments