TFP-5887 TFP-5890 opprett maskinelle oppgaver uten enhet. Delvis medh… #3792
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "CodeQL" | |
on: | |
push: | |
branches: [ "master" ] | |
pull_request: | |
branches: [ "master" ] | |
schedule: | |
- cron: '0 0 * * 0,4' | |
jobs: | |
codeql: | |
name: CodeQl | |
permissions: | |
actions: read | |
contents: read | |
security-events: write | |
uses: navikt/fp-gha-workflows/.github/workflows/codeql.yml@main | |
secrets: inherit |