diff --git a/.github/workflows/deploy-pr.yml b/.github/workflows/deploy-pr.yml index 8a00298ea6..a8fc00ed95 100644 --- a/.github/workflows/deploy-pr.yml +++ b/.github/workflows/deploy-pr.yml @@ -20,7 +20,7 @@ jobs: statuses: write steps: - name: 'Checking out the PR repository' - uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 + uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # v5.0.0 with: ref: ${{ github.event.pull_request.head.sha }} repository: ${{ github.event.pull_request.head.repo.full_name }} diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 27da88ddb4..cbd2fc6904 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -23,7 +23,7 @@ jobs: deployments: write steps: - name: 'Checking out the repository' - uses: 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' # v4.2.2 + uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # v5.0.0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/update-flake-lock.yml b/.github/workflows/update-flake-lock.yml index 30720ff37d..01a6f234fd 100644 --- a/.github/workflows/update-flake-lock.yml +++ b/.github/workflows/update-flake-lock.yml @@ -15,7 +15,7 @@ jobs: pull-requests: write steps: - name: "Checkout repository" - uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683" # v4.2.2 + uses: "actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8" # v5.0.0 with: fetch-depth: 0 persist-credentials: false