Skip to content

Create codeql.yml

Create codeql.yml #1

Workflow file for this run

name: "CodeQL Advanced Analysis for Java/Kotlin"
on:
pull_request:
push:
branches: [ "main" ]
schedule:
- cron: '0 4 * * 2'
jobs:
build:
uses: statens-pensjonskasse/github-actions-library/.github/workflows/codeql-java-kotlin.yaml@a2bc06ac35932796354f31ce92d0fc516b27a20b # v1.44.15

Check failure on line 12 in .github/workflows/codeql.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeql.yml

Invalid workflow file

error parsing called workflow ".github/workflows/codeql.yml" -> "statens-pensjonskasse/github-actions-library/.github/workflows/codeql-java-kotlin.yaml@a2bc06ac35932796354f31ce92d0fc516b27a20b" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
permissions:
security-events: write
packages: read
actions: read
contents: read
secrets: inherit
with:
java-version: '21'
runner-tag: 'ubuntu-latest'