Skip to content

feat(deps): bump @mui/x-tree-view from 7.5.0 to 7.5.1 #3606

feat(deps): bump @mui/x-tree-view from 7.5.0 to 7.5.1

feat(deps): bump @mui/x-tree-view from 7.5.0 to 7.5.1 #3606

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@a5ac7e51b41094c92402da3b24376905380afc29
- 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@9fdb3e49720b44c48891d036bb502feb25684276
with:
sarif_file: results.sarif