diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c98214..c49d514 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1' steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6 - name: Set up Node uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6 diff --git a/.github/workflows/production-soak.yml b/.github/workflows/production-soak.yml index f21ed4c..5652ebd 100644 --- a/.github/workflows/production-soak.yml +++ b/.github/workflows/production-soak.yml @@ -28,7 +28,7 @@ jobs: commit: ${{ steps.commit.outputs.sha }} steps: - name: Check out requested ref - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6 with: ref: ${{ inputs.ref }} fetch-depth: 0 @@ -48,7 +48,7 @@ jobs: timeout-minutes: 350 steps: - name: Check out exact commit - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6 with: ref: ${{ needs.prepare.outputs.commit }} fetch-depth: 0 @@ -92,7 +92,7 @@ jobs: timeout-minutes: 350 steps: - name: Check out exact commit - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6 with: ref: ${{ needs.prepare.outputs.commit }} fetch-depth: 0 @@ -143,7 +143,7 @@ jobs: timeout-minutes: 350 steps: - name: Check out exact commit - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6 with: ref: ${{ needs.prepare.outputs.commit }} fetch-depth: 0 @@ -194,7 +194,7 @@ jobs: timeout-minutes: 350 steps: - name: Check out exact commit - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6 with: ref: ${{ needs.prepare.outputs.commit }} fetch-depth: 0 @@ -245,7 +245,7 @@ jobs: timeout-minutes: 350 steps: - name: Check out exact commit - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6 with: ref: ${{ needs.prepare.outputs.commit }} fetch-depth: 0 diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 5dbcaee..3949e9e 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -27,7 +27,7 @@ jobs: RELEASE_TAG: ${{ inputs.tag }} steps: - name: Check out exact tag - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6 with: ref: ${{ inputs.tag }} fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6df4ed..2da6bb0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: RELEASE_TAG: ${{ github.event_name == 'workflow_dispatch' && inputs.tag || github.ref_name }} steps: - name: Check out tagged source - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6 with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.tag || github.ref }} fetch-depth: 0