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

feat: Archive this repo #1150

feat: Archive this repo

feat: Archive this repo #1150

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '56 5 * * 1'
workflow_call:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 10
strategy:
fail-fast: false
matrix:
language:
- javascript
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2