Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

chore(flake/pre-commit-hooks): 32dcd719 -> e5ee5c5f #2783

chore(flake/pre-commit-hooks): 32dcd719 -> e5ee5c5f

chore(flake/pre-commit-hooks): 32dcd719 -> e5ee5c5f #2783

name: CodeQL
on:
push:
branches:
- main
pull_request:
# The branches below must be a subset of the branches above
branches:
- main
schedule:
- cron: "24 22 * * 1"
concurrency:
group: ${{ github.repository }}-${{ github.head_ref || github.sha }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- javascript
steps:
- uses: actions/checkout@v3
- uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/autobuild@v2
- uses: github/codeql-action/analyze@v2