diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index a75b083..699f11b 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -12,7 +12,7 @@ jobs: steps: - name: "Checkout" - uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" # v4 + uses: "actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f" # v4 - name: "Release" uses: "laminas/automatic-releases@1.24.0" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index a7b1a5e..9545291 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -22,7 +22,7 @@ jobs: steps: - name: "Checkout" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4 - name: "Install PHP with extensions" uses: shivammathur/setup-php@2.30.3