diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 09efba0..21bd31b 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -14,6 +14,8 @@ jobs: name: NPM Audit runs-on: ubuntu-latest + permissions: + contents: read steps: - name: Checkout code