Skip to content

🔀 Merge pull request #889 from 'dependabot/… #147

🔀 Merge pull request #889 from 'dependabot/…

🔀 Merge pull request #889 from 'dependabot/… #147

Workflow file for this run

jobs:
analyze:
name: Analyze
permissions:
actions: read
contents: read
security-events: write
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language:
- 'javascript'
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
name: CodeQL
on:
push:
branches:
- main