Update .gitea/workflows/npm-audit.yaml
Some checks failed
npm audit / npm audit (push) Failing after 33s

This commit is contained in:
2026-01-20 11:52:44 +01:00
parent 16aa64b6a8
commit 41792edde4

View File

@@ -23,7 +23,7 @@ jobs:
node-version: 20
- name: install dependencies
run: npm ci
- uses: hazzy.nonamesoft.xyz/nna/npm-audit-action@v3
- uses: https://hazzy.nonamesoft.xyz/nna/npm-audit-action@v1
with:
audit_level: moderate
github_token: ${{ secrets.GITHUB_TOKEN }}