Håndterer at request mot omsorgsdager-app feiler ved søk i los. #15
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 ] | |
jobs: | |
codeql: | |
uses: navikt/sif-gha-workflows/.github/workflows/gradle-codeql.yml@main | |
permissions: | |
actions: read | |
contents: read | |
pull-requests: read | |
security-events: write | |
secrets: inherit | |
with: | |
readertoken: true |