From 60d05041d968c65cfe358786c8a3692aeeb57c04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 14:25:10 +0000 Subject: [PATCH] chore(deps): update dependency infection/infection to v0.35.4 --- .claude/hooks/SessionStart.sh | 4 ++-- .github/workflows/test.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude/hooks/SessionStart.sh b/.claude/hooks/SessionStart.sh index 22564f5..bde12f5 100755 --- a/.claude/hooks/SessionStart.sh +++ b/.claude/hooks/SessionStart.sh @@ -103,8 +103,8 @@ if [ ! -f "infection.phar" ]; then echo "infection is not installed. Downloading infection..." # Download Infection PHAR and signature - wget https://github.com/infection/infection/releases/download/0.35.3/infection.phar - wget https://github.com/infection/infection/releases/download/0.35.3/infection.phar.asc + wget https://github.com/infection/infection/releases/download/0.35.4/infection.phar + wget https://github.com/infection/infection/releases/download/0.35.4/infection.phar.asc # Validate Infection PHAR with GPG echo "Validating infection signature..." diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dffbe5e..1ff5209 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -170,8 +170,8 @@ jobs: - name: Download Infection PHAR run: | - wget https://github.com/infection/infection/releases/download/0.35.3/infection.phar - wget https://github.com/infection/infection/releases/download/0.35.3/infection.phar.asc + wget https://github.com/infection/infection/releases/download/0.35.4/infection.phar + wget https://github.com/infection/infection/releases/download/0.35.4/infection.phar.asc - name: Validate Infection PHAR run: |