Skip to content

Commit

Permalink
Bump Node to v20 on download-syft/publish-sbom actions
Browse files Browse the repository at this point in the history
Signed-off-by: Viacheslav Kudinov <viacheslav@kudinov.tech>
  • Loading branch information
ViacheslavKudinov committed Mar 10, 2024
1 parent 9fece9e commit 60fa844
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/diff/vulsCount.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"WhiteSource Advise.Diff.BaseBranch": "main"
}
2 changes: 1 addition & 1 deletion download-syft/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ outputs:
description: "A reference to the Syft command"

runs:
using: "node16"
using: "node20"
main: "../dist/downloadSyft/index.js"

0 comments on commit 60fa844

Please sign in to comment.