TFP-5544 Opphold pga sykepenger skal ikke påvirkes av helligdager #61
Workflow file for this run
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 |