Slår sammen over helg dersom tilkommet inntekt er lik på begge sider #546
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 |