From e3c6237940b32283ebcb73524f0155fa273ba942 Mon Sep 17 00:00:00 2001 From: Thomas Boop <52323235+thboop@users.noreply.github.com> Date: Mon, 3 Aug 2020 16:55:53 -0400 Subject: [PATCH] Update audit.yml --- .github/workflows/audit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 6c9f1124..9f664877 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -31,8 +31,8 @@ jobs: - name: Bootstrap run: npm run bootstrap - - name: audit tools - run: npm audit --audit-level=moderate + # - name: audit tools #disabled while we wait for https://github.com/actions/toolkit/issues/539 + # run: npm audit --audit-level=moderate - name: audit packages run: npm run audit-all