Skip to content

feat(deps): bump js-yaml from 3.14.1 to 3.14.2 in /organized #1872

feat(deps): bump js-yaml from 3.14.1 to 3.14.2 in /organized

feat(deps): bump js-yaml from 3.14.1 to 3.14.2 in /organized #1872

Workflow file for this run

name: NodeJSScan
on:
push:
branches: [main]
pull_request:
branches: [main]
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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: nodejsscan scan
id: njsscan
uses: ajinabraham/njsscan-action@231750a435d85095d33be7d192d52ec650625146
with:
args: '. --sarif --output results.sarif || true'
- name: Upload njsscan report
uses: github/codeql-action/upload-sarif@014f16e7ab1402f30e7c3329d33797e7948572db
with:
sarif_file: results.sarif