Skip to content

build(deps-dev): bump com.zaxxer:HikariCP from 5.1.0 to 6.0.0 (#686) #1221

build(deps-dev): bump com.zaxxer:HikariCP from 5.1.0 to 6.0.0 (#686)

build(deps-dev): bump com.zaxxer:HikariCP from 5.1.0 to 6.0.0 (#686) #1221

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