File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -72,5 +72,5 @@ outputs:
72
72
sarif-id :
73
73
description : The ID of the uploaded SARIF file.
74
74
runs :
75
- using : " node16 "
75
+ using : " node12 "
76
76
main : " ../lib/analyze-action.js"
Original file line number Diff line number Diff line change 7
7
matrix :
8
8
default : ${{ toJson(matrix) }}
9
9
runs :
10
- using : ' node16 '
10
+ using : ' node12 '
11
11
main : ' ../lib/autobuild-action.js'
Original file line number Diff line number Diff line change @@ -73,5 +73,5 @@ outputs:
73
73
codeql-path :
74
74
description : The path of the CodeQL binary used for analysis
75
75
runs :
76
- using : ' node16 '
76
+ using : ' node12 '
77
77
main : ' ../lib/init-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 : ' node12 '
38
38
main : ' ../lib/upload-sarif-action.js'
You can’t perform that action at this time.
0 commit comments