Skip to content

.github/workflows/codeql-analysis.yml #29

.github/workflows/codeql-analysis.yml

.github/workflows/codeql-analysis.yml #29

# Reusable workflow for code analysis; to eject, you can replace this file with
# https://github.com/KLaci/KLaci/blob/main/.github/workflows/codeql-analysis.yml
name: "CodeQL"
permissions:
security-events: write
actions: read
contents: read
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: "36 7 * * 6"
jobs:
analyze:
uses: KLaci/KLaci/.github/workflows/codeql-analysis.yml@main

Check failure on line 21 in .github/workflows/codeql-analysis.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeql-analysis.yml

Invalid workflow file

error parsing called workflow ".github/workflows/codeql-analysis.yml" -> "KLaci/KLaci/.github/workflows/codeql-analysis.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.