We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f953f4 commit a1a3ad5Copy full SHA for a1a3ad5
.github/workflows/dependency_review.yml
@@ -12,7 +12,7 @@ jobs:
12
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
13
14
- name: Dependency Review
15
- uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
+ uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0
16
with:
17
config-file: './.github/dependency_review.yml'
18
base-ref: ${{ github.pull_request.base.sha || github.event.merge_group.base_ref }}
0 commit comments