Skip to content

build(deps): bump net.bytebuddy:byte-buddy from 1.15.3 to 1.15.4 (#702) #1223

build(deps): bump net.bytebuddy:byte-buddy from 1.15.3 to 1.15.4 (#702)

build(deps): bump net.bytebuddy:byte-buddy from 1.15.3 to 1.15.4 (#702) #1223

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