Skip to content

Bump eslint from 9.39.3 to 10.1.0 #113

Bump eslint from 9.39.3 to 10.1.0

Bump eslint from 9.39.3 to 10.1.0 #113

Workflow file for this run

name: "CodeQL Analysis"
on:
push:
branches: [ "main" ] # Run on pushes to main
pull_request:
branches: [ "main" ] # Run on pull requests targeting main
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
contents: read # Required by the CodeQL Action
security-events: write # Required to post findings
strategy:
matrix:
language: [ "javascript"] # Adjust to your repo's languages
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Run CodeQL Analysis
uses: github/codeql-action/analyze@v4