Bump com.fasterxml.jackson:jackson-bom from 2.17.1 to 2.17.2 in the prod-deps group #192
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 |