Skip to content

⬆️(deps): Update dependency io.quarkiverse.githubaction:quarkus-github-action to v2.4.0 #561

⬆️(deps): Update dependency io.quarkiverse.githubaction:quarkus-github-action to v2.4.0

⬆️(deps): Update dependency io.quarkiverse.githubaction:quarkus-github-action to v2.4.0 #561

Workflow file for this run

name: LockfilePR
on:
pull_request:
permissions:
contents: read
jobs:
check-lockfile:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: run maven-lockfile
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
uses: chains-project/maven-lockfile@526cd67327ab19c7bd95be6d2d16530d80bf3c9e # v5.2.0
with:
github-token: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
include-maven-plugins: true
- name: run maven-lockfile (fork/external)
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
uses: chains-project/maven-lockfile@526cd67327ab19c7bd95be6d2d16530d80bf3c9e # v5.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
include-maven-plugins: true