Skip to content

CodeQL

CodeQL #57

Workflow file for this run

name: "CodeQL"
on:
workflow_dispatch: {}
workflow_call: {}
push:
branches: ["master", "main"]
schedule:
- cron: "17 14 * * 3"
permissions:
contents: read
jobs:
analyze:
name: Scan
runs-on: ubuntu-latest
continue-on-error: true
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # v2.5.1
with:
egress-policy: audit
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Initialize CodeQL
continue-on-error: true
uses: github/codeql-action/init@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4
with:
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
continue-on-error: true
uses: github/codeql-action/analyze@a09933a12a80f87b87005513f0abb1494c27a716 # v2.21.4