Skip to content

Bump @eslint/js from 9.6.0 to 9.9.1 #82

Bump @eslint/js from 9.6.0 to 9.9.1

Bump @eslint/js from 9.6.0 to 9.9.1 #82

Workflow file for this run

name: Snyk Scan
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
jobs:
security:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Snyk Scan
uses: snyk/actions/node@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: monitor