From a346e245e7442750714e1e6aaaf85f4f996d50ba Mon Sep 17 00:00:00 2001 From: Roric van Schalkwijk Date: Fri, 19 Dec 2025 11:47:13 +0100 Subject: [PATCH 1/3] chore: use workflow test branch --- .github/workflows/format-php.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-php.yml b/.github/workflows/format-php.yml index e536275..91687ca 100644 --- a/.github/workflows/format-php.yml +++ b/.github/workflows/format-php.yml @@ -7,5 +7,5 @@ on: jobs: php-cs-fixer: - uses: yardinternet/workflows/.github/workflows/format-php.yml@main + uses: yardinternet/workflows/.github/workflows/format-php.yml@feat/signed-commit secrets: inherit From 4ca067c395ca7ebfde26288d156f87a9a502e86c Mon Sep 17 00:00:00 2001 From: Maarten Bruna <14947039+ictbeheer@users.noreply.github.com> Date: Fri, 19 Dec 2025 13:11:08 +0100 Subject: [PATCH 2/3] test: add error --- src/Basic.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Basic.php b/src/Basic.php index 6a4fb28..c39e759 100644 --- a/src/Basic.php +++ b/src/Basic.php @@ -144,6 +144,8 @@ public function configure() ]) ->addDirective(Directive::FRAME, 'https://translate.googleapis.com') + + // Google Maps ->addDirective(Directive::CONNECT, 'https://maps.googleapis.com') ->addDirective(Directive::IMG, [ From 4632bfd6e0c96e93c07a63c7ba946a0066caa4ce Mon Sep 17 00:00:00 2001 From: Yard workflows Date: Fri, 19 Dec 2025 12:11:32 +0000 Subject: [PATCH 3/3] style: apply php-cs-fixer changes --- src/Basic.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Basic.php b/src/Basic.php index c39e759..6a4fb28 100644 --- a/src/Basic.php +++ b/src/Basic.php @@ -144,8 +144,6 @@ public function configure() ]) ->addDirective(Directive::FRAME, 'https://translate.googleapis.com') - - // Google Maps ->addDirective(Directive::CONNECT, 'https://maps.googleapis.com') ->addDirective(Directive::IMG, [