From 240fae9005f80105d20148d2e827eb7f5306e21a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 12:52:52 +0000 Subject: [PATCH] chore(deps): update zaproxy/action-api-scan action to v0.10.0 | datasource | package | from | to | | ----------- | ----------------------- | ------ | ------- | | github-tags | zaproxy/action-api-scan | v0.3.1 | v0.10.0 | --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index b41e32016..29869a97d 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -245,7 +245,7 @@ jobs: run: npm start > /dev/null & - name: Run ZAP API Scan - uses: zaproxy/action-api-scan@d7eab41e224d7427459ca0a3b7523ba7b98f3ccc # v0.3.1 + uses: zaproxy/action-api-scan@5158fe4d9d8fcc75ea204db81317cce7f9e5453d # v0.10.0 with: target: http://localhost:3000/swagger/json format: openapi