From 54520c6a1538e1f8a56c92ed59dea6499a1889d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 05:41:52 +0000 Subject: [PATCH] Update snyk/actions digest to 86b1cee --- .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 26504c56..de0de2c5 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@b98d498629f1c368650224d6d212bf7dfa89e4bf + uses: snyk/actions/python@86b1cee1b8e110a78d528b3e1328a80e218111d2 continue-on-error: true # To make sure that SARIF upload gets called env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}