diff --git a/.github/workflows/github-action-scan.yml b/.github/workflows/github-action-scan.yml index d64aa3edb..84be917af 100644 --- a/.github/workflows/github-action-scan.yml +++ b/.github/workflows/github-action-scan.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Use Node.js - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af with: node-version: 22 diff --git a/.github/workflows/release-github-action.yml b/.github/workflows/release-github-action.yml index efd467aba..779506d6d 100644 --- a/.github/workflows/release-github-action.yml +++ b/.github/workflows/release-github-action.yml @@ -49,7 +49,7 @@ jobs: # Setup + Caching # ---------------------- - name: Use Node.js - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af with: node-version: 22 diff --git a/.github/workflows/release-web-ui.yml b/.github/workflows/release-web-ui.yml index 37be6b6bc..1308b9125 100644 --- a/.github/workflows/release-web-ui.yml +++ b/.github/workflows/release-web-ui.yml @@ -58,7 +58,7 @@ jobs: # Node.js is needed for building # ------------------------------ - name: Use Node.js - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 + uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af with: node-version: 22