From a48c7d7ad48bde84bc00581b41289506842ab19b Mon Sep 17 00:00:00 2001 From: Ghost Fox Date: Tue, 20 Jan 2026 10:11:23 +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..8acde21 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@main with: audit_level: moderate github_token: ${{ secrets.GITHUB_TOKEN }}