Skip to content

Commit 231e696

Browse files
authored
Merge pull request #142 from MPV/patch-1
Dogfooding use together with Dependency Review
2 parents ddf704f + db3936c commit 231e696

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,15 @@ jobs:
7676
run: |
7777
cat ${{ steps.dependency-submission.outputs.snapshot-json-path }} | jq
7878
79-
79+
dependency-review:
80+
name: Dependency Review
81+
runs-on: ubuntu-latest
82+
permissions:
83+
pull-requests: write # for comment-summary-in-pr
84+
needs: test-action
85+
if: github.event_name == 'pull_request'
86+
steps:
87+
- name: Dependency Review
88+
uses: actions/dependency-review-action@v3
89+
with:
90+
comment-summary-in-pr: always

0 commit comments

Comments
 (0)