Use node16 instead of node12 as the latter is deprecated.
This commit is contained in:
Pirulax 2023-03-16 22:18:56 +01:00 коммит произвёл GitHub
Родитель 24c285ab36
Коммит 6748b3c874
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -44,5 +44,5 @@ outputs:
description: 'The path to the SARIF file that is generated containing all the results.'
runs:
using: 'node12'
main: 'dist/index.js'
using: 'node16'
main: 'dist/index.js'