Skip to content

Add Bomly Guard workflow #2

Add Bomly Guard workflow

Add Bomly Guard workflow #2

Workflow file for this run

name: Bomly Guard
on:
pull_request:
permissions:
contents: read
pull-requests: write
issues: write
security-events: write
jobs:
guard:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Check out repository
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Guard dependency changes
uses: bomly-dev/bomly-review-action@v1
with:
fail-on-severity: high
comment-summary-in-pr: always