Skip to content

Commit a0c9763

Browse files
ci: update action actions/dependency-review-action from 3b139cf to ce3cf95
1 parent 1cdea5d commit a0c9763

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
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Run check (push)
9494
if: github.event_name == 'push'
95-
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 #v4.5.0
95+
uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
9696
with:
9797
allow-licenses: MIT, ISC, CC0-1.0, Apache-2.0, BSD-3-Clause, Unlicense
9898
head-ref: ${{ github.sha }}
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Run check (pull_request)
105105
if: github.event_name == 'pull_request'
106-
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 #v4.5.0
106+
uses: actions/dependency-review-action@ce3cf9537a52e8119d91fd484ab5b8a807627bf8 # v4.6.0
107107
with:
108108
allow-licenses: MIT, ISC, CC0-1.0, Apache-2.0, BSD-3-Clause, Unlicense
109109
fail-on-severity: low

0 commit comments

Comments
 (0)