From aa726537e93205d612d7cd49bed9e34d3a07d504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 16:29:01 +0000 Subject: [PATCH] Bump snyk/actions Bumps [snyk/actions](https://github.com/snyk/actions) from cdb760004ba9ea4d525f2e043745dfe85bb9077e to 28606799782bc8e809f4076e9f8293bc4212d05e. - [Release notes](https://github.com/snyk/actions/releases) - [Commits](https://github.com/snyk/actions/compare/cdb760004ba9ea4d525f2e043745dfe85bb9077e...28606799782bc8e809f4076e9f8293bc4212d05e) --- updated-dependencies: - dependency-name: snyk/actions dependency-version: 28606799782bc8e809f4076e9f8293bc4212d05e dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/snyk-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snyk-scan.yml b/.github/workflows/snyk-scan.yml index 25056743..cce9b45b 100644 --- a/.github/workflows/snyk-scan.yml +++ b/.github/workflows/snyk-scan.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Run Snyk to check for vulnerabilities - uses: snyk/actions/maven@cdb760004ba9ea4d525f2e043745dfe85bb9077e + uses: snyk/actions/maven@28606799782bc8e809f4076e9f8293bc4212d05e continue-on-error: true # To make sure that SARIF upload gets called env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}