Skip to content

build(deps-dev): bump org.mockito:mockito-core from 5.8.0 to 5.9.0 #350

build(deps-dev): bump org.mockito:mockito-core from 5.8.0 to 5.9.0

build(deps-dev): bump org.mockito:mockito-core from 5.8.0 to 5.9.0 #350

Workflow file for this run

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