From 12740c5e341683eb3e425f98d92bc00204b52df9 Mon Sep 17 00:00:00 2001 From: Ghost Fox Date: Tue, 20 Jan 2026 10:10:10 +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 126a7ad..ea95616 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 + - uses: nna/npm-audit-action@v3 with: audit_level: moderate github_token: ${{ secrets.GITHUB_TOKEN }}