Skip to content

Commit 6ae7d5e

Browse files
devversionthePunderWoman
authored andcommitted
ci: update license checking to latest version (angular#57205)
This may help with detecting the license of google-protobuf- which is a transitive dependency of `@bazel/worker` PR Close angular#57205
1 parent 1876664 commit 6ae7d5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ jobs:
3939
- name: Check code format
4040
run: yarn ng-dev format changed --check ${{ github.event.pull_request.base.sha }}
4141
- name: Check Package Licenses
42-
uses: angular/dev-infra/github-actions/linting/licenses@515b575bd6650a12353b6039b618cdb808280ad7
42+
uses: angular/dev-infra/github-actions/linting/licenses@56966c765e97f463c4795fac85d46543d1e6b342
43+
with:
44+
allow-dependencies-licenses: 'pkg:npm/google-protobuf@'
4345

4446
devtools:
4547
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)