From cbbe7413b288512b8eb32cb1b0f89d1672a7c737 Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 10 May 2025 14:31:28 -0400 Subject: [PATCH] bugfix --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index b6c4171..a4e7610 100644 --- a/action.yaml +++ b/action.yaml @@ -1,7 +1,7 @@ name: "npm-audit" description: "check for vulnerabilities with npm" runs: - using: composite + using: "composite" steps: - name: "dependency scan" runs: npm audit \ No newline at end of file