Skip to content

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2… #446

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2…

Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2… #446

Workflow file for this run

name: Bygg
on:
push:
branches:
- '**'
paths-ignore:
- '**.md'
- '**.MD'
- '.gitignore'
- 'LICENSE'
- 'CODEOWNERS'
schedule:
- cron: '0 4 * * 1'
jobs:
build-feature:
name: Build
permissions:
contents: read
uses: navikt/fp-gha-workflows/.github/workflows/build-feature.yml@main
with:
sonar-scan: true # default: false
java-version: 21
secrets: inherit
release-drafter:
name: Update
permissions:
contents: write
pull-requests: read
if: github.ref_name == 'master'
needs: build-feature
uses: navikt/fp-gha-workflows/.github/workflows/release-drafter.yml@main
secrets: inherit