diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index a0ddb22..e721c64 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -11,7 +11,7 @@ jobs: env: MOZ_HEADLESS: 1 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - uses: actions/setup-node@v6 with: node-version: "24.16" @@ -34,7 +34,7 @@ jobs: needs: build if: github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: # Use our own token instead of the default token # this step persists login credentials so strongly that we couldn't get them to override