Skip to content

Commit f176ff5

Browse files
authored
ci: re-pin actions/dependency-review-action back to a release (#13309)
1 parent f23d480 commit f176ff5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -916,8 +916,7 @@ jobs:
916916
uses: actions/checkout@v4
917917
- name: "Dependency Review"
918918
id: review
919-
# TODO: Replace this with the latest release once https://github.com/actions/dependency-review-action/pull/761 is merged.
920-
uses: actions/dependency-review-action@82ab8f69c78827a746628706b5d2c3f87231fd4c
919+
uses: actions/dependency-review-action@v4.3.2
921920
with:
922921
allow-licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, CC0-1.0, ISC, MIT, MIT-0, MPL-2.0
923922
allow-dependencies-licenses: "pkg:golang/github.com/pelletier/go-toml/v2"

0 commit comments

Comments
 (0)