Skip to content

fix: bump org.http4k:http4k-core from 5.20.0.0 to 5.21.0.0 #229

fix: bump org.http4k:http4k-core from 5.20.0.0 to 5.21.0.0

fix: bump org.http4k:http4k-core from 5.20.0.0 to 5.21.0.0 #229

Workflow file for this run

# This workflow will build a Java project with Gradle then perform an automated release
# For more information see:
# https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle
# https://github.com/marketplace/actions/action-for-semantic-release
name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
uses: lsd-consulting/shared-workflows/.github/workflows/build.yml@main
with:
java-version: '11'
codecov: true
release:
needs: build
uses: lsd-consulting/shared-workflows/.github/workflows/release.yml@main
with:
java-version: '11'
secrets: inherit