We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f989fa3 commit 1f9278fCopy full SHA for 1f9278f
.github/workflows/pr.yml
@@ -51,9 +51,9 @@ jobs:
51
- name: Run Validation
52
run: yarn admin validate
53
- name: Check Package Licenses
54
- uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
+ uses: angular/dev-infra/github-actions/linting/licenses@515b575bd6650a12353b6039b618cdb808280ad7
55
with:
56
- config-file: './.github/dependency-review-config.yml'
+ allow-dependencies-licenses: 'pkg:npm/thingies@1.21.0'
57
- name: Check tooling setup
58
run: yarn check-tooling-setup
59
- name: Check commit message
0 commit comments