From aaf3ef4946b33914e270ebfe526913556a7ff69c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 09:59:15 +0000 Subject: [PATCH] chore(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 24ba40f..e282071 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -166,7 +166,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: