diff --git a/.github/workflows/sharevb-ci.yml b/.github/workflows/sharevb-ci.yml index 7bd6246297..e571b3da7c 100644 --- a/.github/workflows/sharevb-ci.yml +++ b/.github/workflows/sharevb-ci.yml @@ -18,7 +18,7 @@ jobs: echo "After : corepack version => $(corepack --version)" corepack enable pnpm --version - - uses: actions/setup-node@v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 cache: 'pnpm' diff --git a/.github/workflows/sharevb-docker-nightly-release.yml b/.github/workflows/sharevb-docker-nightly-release.yml index c1a6471a5a..dfc80f6627 100644 --- a/.github/workflows/sharevb-docker-nightly-release.yml +++ b/.github/workflows/sharevb-docker-nightly-release.yml @@ -38,7 +38,7 @@ jobs: echo "After : corepack version => $(corepack --version)" corepack enable pnpm --version - - uses: actions/setup-node@v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 cache: 'pnpm' @@ -125,7 +125,7 @@ jobs: corepack enable pnpm --version - - uses: actions/setup-node@v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 cache: 'pnpm' diff --git a/.github/workflows/sharevb-docker-realease-baseurl-it-tools.yml b/.github/workflows/sharevb-docker-realease-baseurl-it-tools.yml index 3401913d79..c3d429ea5b 100644 --- a/.github/workflows/sharevb-docker-realease-baseurl-it-tools.yml +++ b/.github/workflows/sharevb-docker-realease-baseurl-it-tools.yml @@ -20,7 +20,7 @@ jobs: echo "After : corepack version => $(corepack --version)" corepack enable pnpm --version - - uses: actions/setup-node@v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 cache: 'pnpm' diff --git a/.github/workflows/sharevb-docker-realease-latest.yml b/.github/workflows/sharevb-docker-realease-latest.yml index ce2bf0b97e..ea0394d8d5 100644 --- a/.github/workflows/sharevb-docker-realease-latest.yml +++ b/.github/workflows/sharevb-docker-realease-latest.yml @@ -20,7 +20,7 @@ jobs: echo "After : corepack version => $(corepack --version)" corepack enable pnpm --version - - uses: actions/setup-node@v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 cache: 'pnpm' diff --git a/.github/workflows/sharevb-e2e-tests.yml b/.github/workflows/sharevb-e2e-tests.yml index 399aace2e1..01645b2ec1 100644 --- a/.github/workflows/sharevb-e2e-tests.yml +++ b/.github/workflows/sharevb-e2e-tests.yml @@ -21,7 +21,7 @@ jobs: corepack enable pnpm --version - - uses: actions/setup-node@v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 cache: 'pnpm' diff --git a/.github/workflows/sharevb-github-pages-publish.yml b/.github/workflows/sharevb-github-pages-publish.yml index 2a85c0a619..65163e6ff8 100644 --- a/.github/workflows/sharevb-github-pages-publish.yml +++ b/.github/workflows/sharevb-github-pages-publish.yml @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v7.0.0 - name: Install Node.js - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 diff --git a/.github/workflows/sharevb-releases.yml b/.github/workflows/sharevb-releases.yml index a35c67febf..9ea254cd17 100644 --- a/.github/workflows/sharevb-releases.yml +++ b/.github/workflows/sharevb-releases.yml @@ -94,7 +94,7 @@ jobs: corepack enable pnpm --version - - uses: actions/setup-node@v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 24 cache: 'pnpm'