Skip to content

Commit 1f9278f

Browse files
josephperrottclydin
authored andcommitted
ci: begin checking licenses of upstream dependencies to ensure they are approved
Begin checking upstream dependency licenses.
1 parent f989fa3 commit 1f9278f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
- name: Run Validation
5252
run: yarn admin validate
5353
- name: Check Package Licenses
54-
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
54+
uses: angular/dev-infra/github-actions/linting/licenses@515b575bd6650a12353b6039b618cdb808280ad7
5555
with:
56-
config-file: './.github/dependency-review-config.yml'
56+
allow-dependencies-licenses: 'pkg:npm/thingies@1.21.0'
5757
- name: Check tooling setup
5858
run: yarn check-tooling-setup
5959
- name: Check commit message

0 commit comments

Comments
 (0)