Skip to content

gradle: bump the patch group across 1 directory with 25 updates #245

gradle: bump the patch group across 1 directory with 25 updates

gradle: bump the patch group across 1 directory with 25 updates #245

Workflow file for this run

name: 'Code Scanning with CodeQL'
on:
push:
branches:
- 'master'
tags-ignore:
- '**' # Don't build any tags
paths-ignore:
- '.github/**'
- 'build.gradle.kts'
pull_request:
paths-ignore:
- '.github/**'
- 'build.gradle.kts'
jobs:
analyze_code:
name: 'Analyze Code - CodeQL'
permissions:
actions: read
security-events: write
contents: read
uses: navikt/sosialhjelp-ci/.github/workflows/codeql_java.yml@main
with:
java-version: '21'