Skip to content

build(deps): bump @typescript-eslint/eslint-plugin from 8.13.0 to 8.14.0 #1096

build(deps): bump @typescript-eslint/eslint-plugin from 8.13.0 to 8.14.0

build(deps): bump @typescript-eslint/eslint-plugin from 8.13.0 to 8.14.0 #1096

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@11bd71901bbe5b1630ceea73d27597364c9af683
- 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@4f3212b61783c3c68e8309a0f18a699764811cda
with:
sarif_file: results.sarif