Skip to content

CodeQl

CodeQl #82

Workflow file for this run

name: CodeQl
on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
codeql:
name: CodeQl
uses: navikt/fp-gha-workflows/.github/workflows/codeql.yml@f7528b272a7cca0316ceff37d02780bb32d61a66
secrets: inherit
permissions:
contents: read
actions: read
security-events: write
with:
use-reader: true
java-version: 21