Skip to content

build(deps): bump @types/node from 20.14.11 to 20.14.12 #802

build(deps): bump @types/node from 20.14.11 to 20.14.12

build(deps): bump @types/node from 20.14.11 to 20.14.12 #802

Workflow file for this run

name: NodeJSScan
on:
push:
branches: [main, beta, alpha]
pull_request:
branches: [main, beta, alpha]
schedule:
- cron: '0 12 * * 4'
permissions: read-all
jobs:
nodejsscan:
name: NodeJS Scan
runs-on: ubuntu-latest
permissions:
security-events: write
actions: read
contents: read
steps:
- name: Checkout the code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: nodejsscan scan
id: njsscan
uses: ajinabraham/njsscan-action@d58d8b2f26322cd35a9efb8003baac517f226d81
with:
args: '. --sarif --output results.sarif || true'
- name: Upload njsscan report
uses: github/codeql-action/upload-sarif@2d790406f505036ef40ecba973cc774a50395aac
with:
sarif_file: results.sarif