diff --git a/.github/workflows/azure-static-web-apps-delightful-cliff-0acdaf71e.yml b/.github/workflows/azure-static-web-apps-delightful-cliff-0acdaf71e.yml index 9cd5e787..c1c2a839 100644 --- a/.github/workflows/azure-static-web-apps-delightful-cliff-0acdaf71e.yml +++ b/.github/workflows/azure-static-web-apps-delightful-cliff-0acdaf71e.yml @@ -19,7 +19,7 @@ jobs: contents: read deployments: write steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - run: corepack enable - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: @@ -116,7 +116,7 @@ jobs: contents: read deployments: write steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - run: corepack enable - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 783e38cf..907ac8a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 10 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - run: corepack enable - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: @@ -38,7 +38,7 @@ jobs: image: mcr.microsoft.com/playwright:v1.60.0-noble steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - run: npm i -g --force corepack && corepack enable # Pinned to last LTS (Node 22): @playwright/test 1.52 + @nuxt/test-utils # hangs during test discovery on Node 24, deadlocking on the CJS->ESM bridge. diff --git a/.github/workflows/provenance.yml b/.github/workflows/provenance.yml index 54b03d9f..9fa32edf 100644 --- a/.github/workflows/provenance.yml +++ b/.github/workflows/provenance.yml @@ -13,7 +13,7 @@ jobs: check-provenance: runs-on: ubuntu-latest steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 with: fetch-depth: 0 - name: Check provenance downgrades