From abedb9587545b2978192bea2ad370e7e540895df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 05:50:19 +0000 Subject: [PATCH] chore(deps): bump projectdiscovery/nuclei-action from 2 to 3 Bumps [projectdiscovery/nuclei-action](https://github.com/projectdiscovery/nuclei-action) from 2 to 3. - [Release notes](https://github.com/projectdiscovery/nuclei-action/releases) - [Commits](https://github.com/projectdiscovery/nuclei-action/compare/v2...v3) --- updated-dependencies: - dependency-name: projectdiscovery/nuclei-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/nuclei-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuclei-scan.yml b/.github/workflows/nuclei-scan.yml index 67d22de2..5f02d206 100644 --- a/.github/workflows/nuclei-scan.yml +++ b/.github/workflows/nuclei-scan.yml @@ -49,7 +49,7 @@ jobs: done - name: Run Nuclei Scan - uses: projectdiscovery/nuclei-action@v2 + uses: projectdiscovery/nuclei-action@v3 with: target: http://localhost:3000 flags: "-tags exposure,misconfig,headers,tech -severity low,medium,high,critical"