Skip to content

Bump @babel/eslint-parser from 7.21.8 to 7.22.5 #4466

Bump @babel/eslint-parser from 7.21.8 to 7.22.5

Bump @babel/eslint-parser from 7.21.8 to 7.22.5 #4466

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
codeql-analyze:
name: CodeQL Analyze
runs-on: ubuntu-latest
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: javascript
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2