chore(deps): update mariadb:11.1.2 docker digest to 2403cc5 #114
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: Create release | |
on: | |
push: | |
branches: | |
- main | |
concurrency: | |
group: ${{ github.workflow }} | |
jobs: | |
release_please: | |
name: Run Release Please | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write # Required for google-github-actions/release-please-action | |
pull-requests: write # Required for google-github-actions/release-please-action | |
outputs: | |
release_created: ${{ steps.release.outputs.release_created }} | |
steps: | |
- uses: google-github-actions/release-please-action@4c5670f886fe259db4d11222f7dff41c1382304d # v3.7.12 | |
id: release | |
with: | |
release-type: java | |
bootstrap-sha: 19b9ecc915c079bc292b9e2769bcd156657234da | |
extra-files: build.gradle.kts |