Update dependency python to v3.12.5 #101
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Third-party notice | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: { } | |
jobs: | |
create-notice: | |
name: Create third-party notice | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Prepare Java and Maven settings | |
uses: actions/setup-java@v3 | |
with: | |
distribution: 'temurin' | |
java-version: '17' | |
cache: 'maven' | |
- name: Create notice file | |
run: mvn org.codehaus.mojo:license-maven-plugin:add-third-party | |
- name: Create Pull Request | |
uses: peter-evans/create-pull-request@v4 | |
with: | |
branch: update-third-party-notice | |
delete-branch: true | |
commit-message: 'docs: update third-party notice' | |
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | |
assignees: 'camunda/connectors-dev' | |
title: 'docs: update third-party notice' | |
body: Adjust the third-party notice file |