Skip to content

Commit

Permalink
Merge pull request #433 from jhipster/bom
Browse files Browse the repository at this point in the history
download Micronaut bom with dependabot
  • Loading branch information
DanielFran authored Dec 19, 2024
2 parents a744f73 + e2ec30d commit 42ee5e4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,17 @@ jobs:
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
if: steps.dependabot-metadata.outputs.dependency-names == 'io.micronaut.platform:micronaut-platform'
- uses: jhipster/actions/setup-git@v0
if: steps.dependabot-metadata.outputs.dependency-names == 'io.micronaut.platform:micronaut-platform'
- name: download bom
run: |
wget -O micronaut-platform.pom https://repo1.maven.org/maven2/io/micronaut/platform/micronaut-platform/${{ steps.dependabot-metadata.outputs.new-version }}/micronaut-platform-${{ steps.dependabot-metadata.outputs.new-version }}.pom
git add .
git commit -a -m "update micronaut-platform bom to v${{ steps.dependabot-metadata.outputs.new-version }}"
git push -u origin
working-directory: generators/micronaut/resources
if: steps.dependabot-metadata.outputs.dependency-names == 'io.micronaut.platform:micronaut-platform'

0 comments on commit 42ee5e4

Please sign in to comment.