From 82683552d2a9357b58ec8a1f5fbe44b4678a4ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 21:56:18 +0000 Subject: [PATCH] Bump snyk/actions in /.github/workflows Bumps [snyk/actions](https://github.com/snyk/actions) from e2221410bff24446ba09102212d8bc75a567237d to 9cf6ca713d71123d2d229cc3d7f145b96ea3c518. - [Release notes](https://github.com/snyk/actions/releases) - [Commits](https://github.com/snyk/actions/compare/e2221410bff24446ba09102212d8bc75a567237d...9cf6ca713d71123d2d229cc3d7f145b96ea3c518) --- updated-dependencies: - dependency-name: snyk/actions dependency-version: 9cf6ca713d71123d2d229cc3d7f145b96ea3c518 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..1ac7cd0 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@9cf6ca713d71123d2d229cc3d7f145b96ea3c518 continue-on-error: true env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}