From b6335b9e139b6543b27fa2915b4a79d41159992d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 23:11:57 +0000 Subject: [PATCH] Bump snyk/actions in /.github/workflows Bumps [snyk/actions](https://github.com/snyk/actions) from e2221410bff24446ba09102212d8bc75a567237d to 8e119fbb6c251787721d34ba683ed48eba792766. - [Release notes](https://github.com/snyk/actions/releases) - [Commits](https://github.com/snyk/actions/compare/e2221410bff24446ba09102212d8bc75a567237d...8e119fbb6c251787721d34ba683ed48eba792766) --- updated-dependencies: - dependency-name: snyk/actions dependency-version: 8e119fbb6c251787721d34ba683ed48eba792766 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/snyk-infrastructure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snyk-infrastructure.yml b/.github/workflows/snyk-infrastructure.yml index dd61a24..f3b38b5 100644 --- a/.github/workflows/snyk-infrastructure.yml +++ b/.github/workflows/snyk-infrastructure.yml @@ -32,7 +32,7 @@ jobs: shell: bash - name: Run Snyk Code (SAST) - uses: snyk/actions/node@e2221410bff24446ba09102212d8bc75a567237d + uses: snyk/actions/node@8e119fbb6c251787721d34ba683ed48eba792766 continue-on-error: true env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}