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

chore(flake/nixpkgs): 5b9b93b9 -> 3934dbde #2784

chore(flake/nixpkgs): 5b9b93b9 -> 3934dbde

chore(flake/nixpkgs): 5b9b93b9 -> 3934dbde #2784

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