Skip to content

build(deps): bump actions/checkout from 2 to 3 #21

build(deps): bump actions/checkout from 2 to 3

build(deps): bump actions/checkout from 2 to 3 #21

Workflow file for this run

name: "CodeQL"
on:
workflow_dispatch: {}
workflow_call: {}
push:
branches: ["master", "main"]
schedule:
- cron: "17 14 * * 3"
jobs:
analyze:
name: Scan
runs-on: ubuntu-latest
continue-on-error: true
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
continue-on-error: true
uses: github/codeql-action/init@v2
with:
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
continue-on-error: true
uses: github/codeql-action/analyze@v2