Skip to content

Add comments with version numbers to the pinned versions of GitHub Actions in the reusable workflows #45

Add comments with version numbers to the pinned versions of GitHub Actions in the reusable workflows

Add comments with version numbers to the pinned versions of GitHub Actions in the reusable workflows #45

---
name: Pull Request Dependency Review
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c
with:
fail-on-severity: low
comment-summary-in-pr: on-failure