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"