Skip to content

Bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.46.2 #299

Bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.46.2

Bump @typescript-eslint/eslint-plugin from 6.21.0 to 8.46.2 #299

name: "CodeQL Analysis"
on:
push:
branches-ignore:
- main
- master
pull_request:
branches:
- main
- master
schedule:
- cron: '0 0 * * 1' # Run weekly on Mondays
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3