From 53f04c0b8d6eda38f0e75ec678ad7862197cfb73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 07:23:37 +0000 Subject: [PATCH] build(deps): bump Contrast-Security-OSS/contrastscan-action from 2 to 3 Bumps [Contrast-Security-OSS/contrastscan-action](https://github.com/contrast-security-oss/contrastscan-action) from 2 to 3. - [Release notes](https://github.com/contrast-security-oss/contrastscan-action/releases) - [Commits](https://github.com/contrast-security-oss/contrastscan-action/compare/7352a45d9678ec8a434cf061b07ffb51c1e351a1...78b7f17e8b78be21f7e4284b0158140d205ad826) --- updated-dependencies: - dependency-name: Contrast-Security-OSS/contrastscan-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/contrast-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contrast-scan.yml b/.github/workflows/contrast-scan.yml index e471a83cc..227b8d0f3 100644 --- a/.github/workflows/contrast-scan.yml +++ b/.github/workflows/contrast-scan.yml @@ -45,7 +45,7 @@ jobs: # ... # Scan Artifact - name: Contrast Scan Action - uses: Contrast-Security-OSS/contrastscan-action@7352a45d9678ec8a434cf061b07ffb51c1e351a1 + uses: Contrast-Security-OSS/contrastscan-action@78b7f17e8b78be21f7e4284b0158140d205ad826 with: artifact: mypath/target/myartifact.jar # replace this path with the path to your built artifact apiKey: ${{ secrets.CONTRAST_API_KEY }}