diff --git a/.github/workflows/php.code_quality.yaml b/.github/workflows/php.code_quality.yaml index f7987dd..1e258b4 100644 --- a/.github/workflows/php.code_quality.yaml +++ b/.github/workflows/php.code_quality.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch latest changes - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Prepare/restore dependencies cache uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 with: @@ -41,7 +41,7 @@ jobs: with: php-version: ${{ env.PHP_VERSION }} - name: Fetch lastest changes - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Restore dependencies cache uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 with: diff --git a/.github/workflows/security.gh-action.yaml b/.github/workflows/security.gh-action.yaml index a986b0c..9e9dcfb 100644 --- a/.github/workflows/security.gh-action.yaml +++ b/.github/workflows/security.gh-action.yaml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch lastest changes - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 - name: Ensure SHA pinned actions uses: zgosalvez/github-actions-ensure-sha-pinned-actions@9e9574ef04ea69da568d6249bd69539ccc704e74