diff --git a/.github/workflows/build-hash-router.yml b/.github/workflows/build-hash-router.yml index e143bb8ed2..0048d59977 100644 --- a/.github/workflows/build-hash-router.yml +++ b/.github/workflows/build-hash-router.yml @@ -44,7 +44,7 @@ jobs: # BASE_URL: '/docusaurus/' # hash router + - name: Upload Website artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: website-hash-router-archive path: website/build diff --git a/.github/workflows/lint-autofix.yml b/.github/workflows/lint-autofix.yml index 00d52dd5d8..9a6e28cd49 100644 --- a/.github/workflows/lint-autofix.yml +++ b/.github/workflows/lint-autofix.yml @@ -19,7 +19,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 6116e23e72..06c703a756 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -109,7 +109,7 @@ jobs: DOCUSAURUS_PERF_LOGGER: 'true' working-directory: test-website-in-workspace - name: Upload Website artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: website-e2e-windows path: test-website-in-workspace/build