From a4771b27853ea7cbe11975333a82005fc875801b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 10:38:19 +0000 Subject: [PATCH] chore(actions)(deps): bump apisec-inc/apisec-run-scan Bumps [apisec-inc/apisec-run-scan](https://github.com/apisec-inc/apisec-run-scan) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/apisec-inc/apisec-run-scan/releases) - [Commits](https://github.com/apisec-inc/apisec-run-scan/compare/025432089674a28ba8fb55f8ab06c10215e772ea...8f66ce948afb779712a1d57ecb0a528d7ded5a45) --- updated-dependencies: - dependency-name: apisec-inc/apisec-run-scan dependency-version: 1.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/apisec-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/apisec-scan.yml b/.github/workflows/apisec-scan.yml index d58647c..5ac868c 100644 --- a/.github/workflows/apisec-scan.yml +++ b/.github/workflows/apisec-scan.yml @@ -55,7 +55,7 @@ jobs: steps: - name: APIsec scan - uses: apisec-inc/apisec-run-scan@025432089674a28ba8fb55f8ab06c10215e772ea + uses: apisec-inc/apisec-run-scan@8f66ce948afb779712a1d57ecb0a528d7ded5a45 with: # The APIsec username with which the scans will be executed apisec-username: ${{ secrets.apisec_username }}