Skip to content

Commit 21c48e7

Browse files
committed
Revert "Use Node.js v16 in all Actions"
This reverts commit 34c777f.
1 parent 6a961c0 commit 21c48e7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

analyze/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ outputs:
7272
sarif-id:
7373
description: The ID of the uploaded SARIF file.
7474
runs:
75-
using: "node16"
75+
using: "node12"
7676
main: "../lib/analyze-action.js"

autobuild/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ inputs:
77
matrix:
88
default: ${{ toJson(matrix) }}
99
runs:
10-
using: 'node16'
10+
using: 'node12'
1111
main: '../lib/autobuild-action.js'

init/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ outputs:
7373
codeql-path:
7474
description: The path of the CodeQL binary used for analysis
7575
runs:
76-
using: 'node16'
76+
using: 'node12'
7777
main: '../lib/init-action.js'

upload-sarif/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ outputs:
3434
sarif-id:
3535
description: The ID of the uploaded SARIF file.
3636
runs:
37-
using: 'node16'
37+
using: 'node12'
3838
main: '../lib/upload-sarif-action.js'

0 commit comments

Comments
 (0)