From 0cba99e479e0911390e04029b020d874cdc5461d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 07:23:23 +0000 Subject: [PATCH] build(deps): bump soos-io/soos-dast-github-action from 2.0.5 to 2.0.6 Bumps [soos-io/soos-dast-github-action](https://github.com/soos-io/soos-dast-github-action) from 2.0.5 to 2.0.6. - [Release notes](https://github.com/soos-io/soos-dast-github-action/releases) - [Commits](https://github.com/soos-io/soos-dast-github-action/compare/d0ee0d8feb02c1881e6a1d785bf2078662631150...a7f2cb2dfd143cb3224712d902ca0a1da0198ea9) --- updated-dependencies: - dependency-name: soos-io/soos-dast-github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/soos-dast-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/soos-dast-scan.yml b/.github/workflows/soos-dast-scan.yml index 792322a0d..366fb24ee 100644 --- a/.github/workflows/soos-dast-scan.yml +++ b/.github/workflows/soos-dast-scan.yml @@ -42,7 +42,7 @@ jobs: egress-policy: audit - name: Run SOOS DAST Scan - uses: soos-io/soos-dast-github-action@d0ee0d8feb02c1881e6a1d785bf2078662631150 # Use latest version from https://github.com/marketplace/actions/soos-dast + uses: soos-io/soos-dast-github-action@a7f2cb2dfd143cb3224712d902ca0a1da0198ea9 # Use latest version from https://github.com/marketplace/actions/soos-dast with: client_id: ${{ secrets.SOOS_CLIENT_ID }} api_key: ${{ secrets.SOOS_API_KEY }}