fix: add nodejs to security-scan container for checkout action
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: apk add --no-cache git gcc musl-dev sqlite-dev
|
||||
run: apk add --no-cache git gcc musl-dev sqlite-dev nodejs
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user