From 670514f26a76a5710d4f3579ba5d33bca9fe4bbe Mon Sep 17 00:00:00 2001 From: Viacheslav Kudinov Date: Mon, 25 Mar 2024 18:21:11 +0100 Subject: [PATCH] chore: Bump Node to v20 on download-syft/publish-sbom actions (#448) Signed-off-by: Viacheslav Kudinov --- .gitignore | 2 ++ download-syft/action.yml | 2 +- publish-sbom/action.yml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3603c0c7..bd8f51fd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ node_modules # IDEs /.idea +.vscode +.idea # Rest pulled from https://github.com/github/gitignore/blob/master/Node.gitignore # Logs diff --git a/download-syft/action.yml b/download-syft/action.yml index 48fc741e..f1acae5d 100644 --- a/download-syft/action.yml +++ b/download-syft/action.yml @@ -12,5 +12,5 @@ outputs: description: "A reference to the Syft command" runs: - using: "node16" + using: "node20" main: "../dist/downloadSyft/index.js" diff --git a/publish-sbom/action.yml b/publish-sbom/action.yml index d7b47288..45fedd55 100644 --- a/publish-sbom/action.yml +++ b/publish-sbom/action.yml @@ -13,5 +13,5 @@ inputs: default: ${{ github.token }} runs: - using: "node16" + using: "node20" main: "../dist/attachReleaseAssets/index.js"