We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf704f commit db3936cCopy full SHA for db3936c
.github/workflows/ci.yml
@@ -76,4 +76,15 @@ jobs:
76
run: |
77
cat ${{ steps.dependency-submission.outputs.snapshot-json-path }} | jq
78
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