Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

CodeQL

CodeQL #34

name: "CodeQL"
on:
push:
branches: [ "main" ]
schedule:
- cron: '0 12 1 * *'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'javascript', 'python' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
- name: Autobuild
uses: github/codeql-action/autobuild@v2
# Perfom the analysis
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2