Skip to content

Commit

Permalink
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion analyze/action.yml
@@ -72,5 +72,5 @@ outputs:
sarif-id:
description: The ID of the uploaded SARIF file.
runs:
using: "node16"
using: "node12"
main: "../lib/analyze-action.js"
2 changes: 1 addition & 1 deletion autobuild/action.yml
@@ -7,5 +7,5 @@ inputs:
matrix:
default: ${{ toJson(matrix) }}
runs:
using: 'node16'
using: 'node12'
main: '../lib/autobuild-action.js'
2 changes: 1 addition & 1 deletion init/action.yml
@@ -73,5 +73,5 @@ outputs:
codeql-path:
description: The path of the CodeQL binary used for analysis
runs:
using: 'node16'
using: 'node12'
main: '../lib/init-action.js'
2 changes: 1 addition & 1 deletion upload-sarif/action.yml
@@ -34,5 +34,5 @@ outputs:
sarif-id:
description: The ID of the uploaded SARIF file.
runs:
using: 'node16'
using: 'node12'
main: '../lib/upload-sarif-action.js'

0 comments on commit 21c48e7

Please sign in to comment.