From bab809496c185286d702f3bc579454ee95e90fb5 Mon Sep 17 00:00:00 2001 From: Ghost Fox Date: Tue, 20 Jan 2026 10:09:01 +0100 Subject: [PATCH] Update .gitea/workflows/npm-audit.yaml --- .gitea/workflows/npm-audit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/npm-audit.yaml b/.gitea/workflows/npm-audit.yaml index ea95616..126a7ad 100644 --- a/.gitea/workflows/npm-audit.yaml +++ b/.gitea/workflows/npm-audit.yaml @@ -23,7 +23,7 @@ jobs: node-version: 20 - name: install dependencies run: npm ci - - uses: nna/npm-audit-action@v3 + - uses: nna/npm-audit-action with: audit_level: moderate github_token: ${{ secrets.GITHUB_TOKEN }}