From d3507241946b693e3d27c922a4d63d71f1b954cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 07:37:15 +0000 Subject: [PATCH] Update actions/checkout digest to 8ade135 --- .github/workflows/coding-standard.yml | 2 +- .github/workflows/infection.yml | 2 +- .github/workflows/phar-creation.yml | 2 +- .github/workflows/phpstan.yml | 2 +- .github/workflows/phpunit.yml | 2 +- .github/workflows/psalm.yml | 2 +- .../release-on-milestone-closed-triggering-release-event.yml | 2 +- .github/workflows/require-checker.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/coding-standard.yml b/.github/workflows/coding-standard.yml index 652f1686..1514abf8 100644 --- a/.github/workflows/coding-standard.yml +++ b/.github/workflows/coding-standard.yml @@ -25,7 +25,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4 + uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 - name: "Install PHP" uses: "shivammathur/setup-php@2.26.0" diff --git a/.github/workflows/infection.yml b/.github/workflows/infection.yml index febb108b..1235d0ce 100644 --- a/.github/workflows/infection.yml +++ b/.github/workflows/infection.yml @@ -26,7 +26,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4 + uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 - name: "Install PHP" uses: "shivammathur/setup-php@2.26.0" diff --git a/.github/workflows/phar-creation.yml b/.github/workflows/phar-creation.yml index ab861a48..70659b6a 100644 --- a/.github/workflows/phar-creation.yml +++ b/.github/workflows/phar-creation.yml @@ -14,7 +14,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4 + uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 - name: "Install PHP" uses: "shivammathur/setup-php@2.26.0" diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index e6b06c99..82724502 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -25,7 +25,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4 + uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 - name: "Install PHP" uses: "shivammathur/setup-php@2.26.0" diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index a0b1c020..852f5188 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -30,7 +30,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4 + uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 - name: "Install PHP" uses: "shivammathur/setup-php@2.26.0" diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index d3b98805..8bec9739 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -27,7 +27,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4 + uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 - name: "Install PHP" uses: "shivammathur/setup-php@2.26.0" diff --git a/.github/workflows/release-on-milestone-closed-triggering-release-event.yml b/.github/workflows/release-on-milestone-closed-triggering-release-event.yml index cee5ab74..a1f161c9 100644 --- a/.github/workflows/release-on-milestone-closed-triggering-release-event.yml +++ b/.github/workflows/release-on-milestone-closed-triggering-release-event.yml @@ -15,7 +15,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4 + uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 - name: "Release" uses: "laminas/automatic-releases@v1" diff --git a/.github/workflows/require-checker.yml b/.github/workflows/require-checker.yml index fe328392..024f23b5 100644 --- a/.github/workflows/require-checker.yml +++ b/.github/workflows/require-checker.yml @@ -25,7 +25,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac" # v4 + uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" # v4 - name: "Install PHP" uses: "shivammathur/setup-php@2.26.0"