Skip to content

Bump @typescript-eslint/eslint-plugin from 5.60.0 to 6.11.0 (#2373) #6859

Bump @typescript-eslint/eslint-plugin from 5.60.0 to 6.11.0 (#2373)

Bump @typescript-eslint/eslint-plugin from 5.60.0 to 6.11.0 (#2373) #6859

name: "CodeQL"
on:
push:
branches: [ main ]
schedule:
- cron: '37 7 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: javascript
- uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
- run: |
npm ci
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2