Compare commits

...

3 Commits

Author SHA1 Message Date
Thomas Boop 35a84e36cb comment out audit tools until lerna is fixed 2022-02-07 16:21:53 -05:00
Thomas Boop e60d21e10f fix audit 2022-02-07 16:20:44 -05:00
Brian Cristante 15e2399826 Update CODEOWNERS with new teams (#990)
* Use the actions-cache team as owner of the cache package

* Update CODEOWNERS
2022-02-02 12:43:38 -05:00
3 changed files with 95 additions and 6351 deletions
+3 -2
View File
@@ -31,9 +31,10 @@ jobs:
- name: Bootstrap
run: npm run bootstrap
- name: audit tools
# commenting out until https://github.com/lerna/lerna/issues/3010 is fixed
#- name: audit tools
# `|| npm audit` to pretty-print the output if vulnerabilies are found after filtering.
run: npm audit --audit-level=moderate --json | scripts/audit-allow-list || npm audit --audit-level=moderate
# run: npm audit --audit-level=moderate --json | scripts/audit-allow-list || npm audit --audit-level=moderate
- name: audit packages
run: npm run audit-all
+2 -2
View File
@@ -1,4 +1,4 @@
* @actions/actions-runtime
/packages/artifact/ @actions/actions-service
/packages/cache/ @actions/actions-service
/packages/artifact/ @actions/artifacts-actions
/packages/cache/ @actions/actions-cache
+90 -6347
View File
File diff suppressed because it is too large Load Diff