Skip to content

Commit e7d01a3

Browse files
ci: update action actions/dependency-review-action from ce3cf95 to 38ecb5b
1 parent cffb19f commit e7d01a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
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@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
91+
uses: actions/dependency-review-action@38ecb5b593bf0eb19e335c03f97670f792489a8b # v4.7.0
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@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
102+
uses: actions/dependency-review-action@38ecb5b593bf0eb19e335c03f97670f792489a8b # v4.7.0
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)