Skip to content

chore(deps): bump io.camunda.spring:spring-boot-starter-camunda from 8.4.0 to 8.5.15 #740

chore(deps): bump io.camunda.spring:spring-boot-starter-camunda from 8.4.0 to 8.5.15

chore(deps): bump io.camunda.spring:spring-boot-starter-camunda from 8.4.0 to 8.5.15 #740

Workflow file for this run

name: Build Application
on:
push:
pull_request:
types: [ opened, reopened ]
branches:
- main
jobs:
# maven build if branch != main
# if branch main == dev build and release docker images with dev tag
maven-build:
uses: ./.github/workflows/workflow-build-and-release-services.yml
with:
docker-release-version: dev
snapshot-release: false
maven-release: false
docker-release: ${{ github.ref_name == 'main' }}
secrets: inherit
labelPR:
name: Label PR
runs-on: ubuntu-latest
steps:
- uses: TimonVS/pr-labeler-action@v5
if: github.event_name == 'pull_request'
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/pr-labeler.yml