Skip to content

CodeQL

CodeQL #151

Workflow file for this run

name: "CodeQL"
on:
workflow_dispatch:
push:
branches: [ "gh-pages" ]
schedule:
- cron: '32 1 * * 6'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ruby, javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2