Bump no.nav.teamdokumenthandtering:teamdokumenthandtering-avro-schemas from 873c5cdd to 08271806 #215
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 | |
with: | |
use-reader: true | |
secrets: inherit |