Skip to content

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.15.0 #4777

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.15.0

Bump @typescript-eslint/eslint-plugin from 5.62.0 to 8.15.0 #4777

Workflow file for this run

name: "CodeQL"
on: push
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@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2