There was an error while loading. Please reload this page.
1 parent 1b16bac commit 1bc7dedCopy full SHA for 1bc7ded
1 file changed
.github/workflows/bomly-review.yml
@@ -0,0 +1,25 @@
1
+name: Bomly Review
2
+
3
+on:
4
+ pull_request:
5
6
+permissions:
7
+ contents: read
8
+ pull-requests: write
9
+ issues: write
10
11
+jobs:
12
+ review:
13
+ runs-on: ubuntu-latest
14
+ timeout-minutes: 15
15
+ steps:
16
+ - name: Check out repository
17
+ uses: actions/checkout@v5
18
+ with:
19
+ fetch-depth: 0
20
21
+ - name: Review dependency changes
22
+ uses: bomly-dev/bomly-review-action@v1
23
24
+ fail-on-severity: high
25
+ comment-summary-in-pr: always
0 commit comments