diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 156f82c..173583f 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -40,7 +40,7 @@ jobs: restore-keys: ${{ runner.os }}-composer- - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: ref: main fetch-depth: 1 @@ -56,7 +56,7 @@ jobs: rm -rf vendor composer.lock - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: clean: false fetch-depth: 1 diff --git a/.github/workflows/code-style.yml b/.github/workflows/code-style.yml index 46f74ca..4d14bf2 100644 --- a/.github/workflows/code-style.yml +++ b/.github/workflows/code-style.yml @@ -25,7 +25,7 @@ jobs: git config --global core.eol lf - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: fetch-depth: 1 diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index ad799df..8b38c5e 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -25,7 +25,7 @@ jobs: git config --global core.eol lf - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: fetch-depth: 1 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 13bb149..b7712b3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: fetch-depth: 1 diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 1c421fe..85e4f7d 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -25,7 +25,7 @@ jobs: git config --global core.eol lf - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: fetch-depth: 1 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c3a1ea1..b79d66b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -25,7 +25,7 @@ jobs: git config --global core.eol lf - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 with: fetch-depth: 2