From 638f50c9d55cb79ae281d59b15a07d7ad656d9bb Mon Sep 17 00:00:00 2001 From: Gonzalo Diaz Date: Thu, 21 Aug 2025 01:35:12 -0400 Subject: [PATCH] [CONFIG] sonarcloud security fixes --- .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 2ded1ef6..26504c56 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@master + uses: snyk/actions/python@b98d498629f1c368650224d6d212bf7dfa89e4bf continue-on-error: true # To make sure that SARIF upload gets called env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}