From 450f041eb961c769472309a4195dcf2e449b9797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 17:50:08 +0000 Subject: [PATCH] Bump snyk/actions Bumps [snyk/actions](https://github.com/snyk/actions) from 2f3c869154a3036de8e53db79251b67d10cfb91f to 10a13eb1b556d09c820d6dbc05233e68b30f10b0. - [Release notes](https://github.com/snyk/actions/releases) - [Commits](https://github.com/snyk/actions/compare/2f3c869154a3036de8e53db79251b67d10cfb91f...10a13eb1b556d09c820d6dbc05233e68b30f10b0) --- updated-dependencies: - dependency-name: snyk/actions dependency-version: 10a13eb1b556d09c820d6dbc05233e68b30f10b0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/snyk-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snyk-code.yml b/.github/workflows/snyk-code.yml index f116376a..c0ab3da7 100644 --- a/.github/workflows/snyk-code.yml +++ b/.github/workflows/snyk-code.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@master - name: Run Snyk to check for vulnerabilities - uses: snyk/actions/python@2f3c869154a3036de8e53db79251b67d10cfb91f + uses: snyk/actions/python@10a13eb1b556d09c820d6dbc05233e68b30f10b0 continue-on-error: true # To make sure that SARIF upload gets called env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}