diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43b8c25bd..c47be8c3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: blacksmith-8vcpu-ubuntu-2404 steps: - name: Checkout code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: # moon diffs against the merge base to compute affected projects. fetch-depth: 0 @@ -36,7 +36,7 @@ jobs: uses: ./.github/actions/setup - name: Mount Playwright browsers - uses: useblacksmith/stickydisk@4c034ba57b706cf0e3b4b0ce098c2a3b1071580c # v1.4.0 + uses: useblacksmith/stickydisk@35ba2e331a80056a42af053ee54968511de2b7c7 # v1.4.0 with: key: ${{ github.repository }}-playwright-browsers-${{ runner.os }} path: ~/.cache/ms-playwright @@ -94,7 +94,7 @@ jobs: runs-on: blacksmith-4vcpu-ubuntu-2404 steps: - name: Checkout code - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Verify external actions are pinned to a full commit SHA run: |