Skip to content

⬆️(deps): Update step-security/harden-runner action to v2.10.… #3573

⬆️(deps): Update step-security/harden-runner action to v2.10.…

⬆️(deps): Update step-security/harden-runner action to v2.10.… #3573

Workflow file for this run

name: Lockfile
on:
push:
branches:
- main
permissions:
contents: read
jobs:
check-lockfile:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
with:
egress-policy: audit
- name: run maven-lockfile
uses: chains-project/maven-lockfile@526cd67327ab19c7bd95be6d2d16530d80bf3c9e # v5.2.0
with:
github-token: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
include-maven-plugins: true