From 554fbfa5b5d7114d640d0643897eec64afa1b717 Mon Sep 17 00:00:00 2001 From: Frugan Date: Mon, 13 Oct 2025 15:50:59 +0200 Subject: [PATCH] ci: update Snyk SHA hash --- .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 bff0e35..4474c6d 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: