Skip to content

Commit 76857da

Browse files
ci: update action actions/dependency-review-action from 3b139cf to da24556
1 parent 0748dd5 commit 76857da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Run check (push)
9090
if: github.event_name == 'push'
91-
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 #v4.5.0
91+
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
9292
with:
9393
allow-licenses: MIT, ISC, CC0-1.0, Apache-2.0, BSD-3-Clause, Unlicense
9494
head-ref: ${{ github.sha }}
@@ -99,7 +99,7 @@ jobs:
9999

100100
- name: Run check (pull_request)
101101
if: github.event_name == 'pull_request'
102-
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 #v4.5.0
102+
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
103103
with:
104104
allow-licenses: MIT, ISC, CC0-1.0, Apache-2.0, BSD-3-Clause, Unlicense
105105
fail-on-severity: low

0 commit comments

Comments
 (0)