Skip to content

Commit 0554c68

Browse files
committed
chore: fix dependency review action
See actions/dependency-review-action#757
1 parent 1bda8a0 commit 0554c68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,8 @@ jobs:
909909
uses: actions/checkout@v4
910910
- name: "Dependency Review"
911911
id: review
912-
uses: actions/dependency-review-action@v4
912+
# TODO: Replace this with the latest release once https://github.com/actions/dependency-review-action/pull/761 is merged.
913+
uses: actions/dependency-review-action@juxtin/fix-allow-dependencies-licenses
913914
with:
914915
allow-licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, CC0-1.0, ISC, MIT, MIT-0, MPL-2.0
915916
allow-dependencies-licenses: "pkg:golang/github.com/pelletier/go-toml/v2"

0 commit comments

Comments
 (0)