From 704676010e6c07fab6c60989df8394f73133da25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:03:25 +0000 Subject: [PATCH] ci(deps): bump snyk/actions Bumps [snyk/actions](https://github.com/snyk/actions) from e2221410bff24446ba09102212d8bc75a567237d to 9adf32b1121593767fc3c057af55b55db032dc04. - [Release notes](https://github.com/snyk/actions/releases) - [Commits](https://github.com/snyk/actions/compare/e2221410bff24446ba09102212d8bc75a567237d...9adf32b1121593767fc3c057af55b55db032dc04) --- updated-dependencies: - dependency-name: snyk/actions dependency-version: 9adf32b1121593767fc3c057af55b55db032dc04 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a0ba97a..0d7a401 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -163,7 +163,7 @@ jobs: # - Creates security alerts for repository maintainers - name: Run Snyk to check for vulnerabilities (PHP) continue-on-error: true - uses: snyk/actions/php@e2221410bff24446ba09102212d8bc75a567237d + uses: snyk/actions/php@9adf32b1121593767fc3c057af55b55db032dc04 env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: