Skip to content

Bump @typescript-eslint/parser from 7.7.1 to 7.8.0 #1232

Bump @typescript-eslint/parser from 7.7.1 to 7.8.0

Bump @typescript-eslint/parser from 7.7.1 to 7.8.0 #1232

Workflow file for this run

name: CodeQL
on:
push:
branches: [master]
pull_request:
types: [opened, reopened, synchronize]
# The branches below must be a subset of the branches above
branches: [master]
schedule:
- cron: 21 0 * * 0
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [javascript]
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3