We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb7cd4a commit 5ba7a1aCopy full SHA for 5ba7a1a
.github/workflows/dependency-review.yml
@@ -12,3 +12,6 @@ jobs:
12
uses: actions/checkout@v4
13
- name: 'Dependency Review'
14
uses: actions/dependency-review-action@v4
15
+ with:
16
+ base-ref: main
17
+ head-ref: ${{ github.ref }}
0 commit comments