Skip to content

Commit

Permalink
Merge pull request #142 from MPV/patch-1
Browse files Browse the repository at this point in the history
Dogfooding use together with Dependency Review
  • Loading branch information
adpi2 authored Nov 7, 2023
2 parents ddf704f + db3936c commit 231e696
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,15 @@ jobs:
run: |
cat ${{ steps.dependency-submission.outputs.snapshot-json-path }} | jq
dependency-review:
name: Dependency Review
runs-on: ubuntu-latest
permissions:
pull-requests: write # for comment-summary-in-pr
needs: test-action
if: github.event_name == 'pull_request'
steps:
- name: Dependency Review
uses: actions/dependency-review-action@v3
with:
comment-summary-in-pr: always

0 comments on commit 231e696

Please sign in to comment.