diff --git a/.github/workflows/deploy-fleet-website.yml b/.github/workflows/deploy-fleet-website.yml index 30cfa64e9074..7631331e79ee 100644 --- a/.github/workflows/deploy-fleet-website.yml +++ b/.github/workflows/deploy-fleet-website.yml @@ -47,7 +47,7 @@ jobs: # Set the Node.js version - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v1 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/test-website.yml b/.github/workflows/test-website.yml index 1413f4da310d..d74ca0763e0a 100644 --- a/.github/workflows/test-website.yml +++ b/.github/workflows/test-website.yml @@ -34,7 +34,7 @@ jobs: # Set the Node.js version - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@f1f314fca9dfce2769ece7d933488f076716723e # v1 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v1 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5be2d4208ee7..71fcdfefcb8b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,7 +46,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Install Node - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561 # v2 + uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v2 with: node-version: '14' - name: Install Go