diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index faf4705f..cc73128c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: timeout-minutes: 10 steps: - name: Check out - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ github.event.release.tag_name || github.sha }} # This job checks out and executes PR-author-controlled code on @@ -107,7 +107,7 @@ jobs: shard: [1, 2, 3, 4] steps: - name: Check out - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ github.event.release.tag_name || github.sha }} persist-credentials: false diff --git a/.github/workflows/record-tier0.yml b/.github/workflows/record-tier0.yml index ad70aca2..bc4631d5 100644 --- a/.github/workflows/record-tier0.yml +++ b/.github/workflows/record-tier0.yml @@ -88,7 +88,7 @@ jobs: contents: write steps: - name: Check out - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: main fetch-depth: 0