Skip to content

chore(deps): bump org.jetbrains.kotlin:kotlin-bom from 1.9.24 to 2.1.0 #737

chore(deps): bump org.jetbrains.kotlin:kotlin-bom from 1.9.24 to 2.1.0

chore(deps): bump org.jetbrains.kotlin:kotlin-bom from 1.9.24 to 2.1.0 #737

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