Håndterer manglende pepcache på lik måte som pepcache for "AAPEN" og … #40
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 |