Skip to content

build(deps): bump felles.version from 7.2.6 to 7.2.7 #1123

build(deps): bump felles.version from 7.2.6 to 7.2.7

build(deps): bump felles.version from 7.2.6 to 7.2.7 #1123

Workflow file for this run

name: Bygg
on:
push:
branches:
- '**'
paths-ignore:
- '**.md'
- '**.MD'
- '.editorconfig'
- '.gitignore'
- '.java-version'
- 'LICENSE'
- 'CODEOWNERS'
- 'docs/**'
- 'lokalutvikling/**'
- '.github/*.yml'
schedule:
- cron: '0 4 * * 1'
jobs:
build-feature:
name: Build
permissions:
contents: read
uses: navikt/fp-gha-workflows/.github/workflows/build-feature-postgres.yml@main
with:
postgres-user: unittest
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