From 374af1e1b507bb5363b65d37b1a801bce8156a31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 13:49:51 +0000 Subject: [PATCH] build(deps): update actions/setup-node action to v5 --- .github/workflows/build.yaml | 4 ++-- .github/workflows/dry-run-release.yml | 2 +- .github/workflows/linting.yml | 2 +- .github/workflows/mps-compatibility.yaml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yaml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d86497fb45..6ffedc9005 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: node-version-file: '.nvmrc' - name: Set up JDK @@ -62,7 +62,7 @@ jobs: update-comment: true # We need to combine the SARIF files because GitHub has a limit of 20 runs. Our number of modules + targets # exceeds this limit. Therefore, we combine the individual runs in the SARIF files. - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: node-version-file: '.nvmrc' - name: Combine SARIF files diff --git a/.github/workflows/dry-run-release.yml b/.github/workflows/dry-run-release.yml index bb84a508ae..fa64be049d 100644 --- a/.github/workflows/dry-run-release.yml +++ b/.github/workflows/dry-run-release.yml @@ -28,7 +28,7 @@ jobs: # branches. run: git checkout -b main - name: Setup Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: node-version-file: '.nvmrc' - name: Cache Node packages diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index f0cb2da481..6673c19e52 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: node-version-file: '.nvmrc' - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4 diff --git a/.github/workflows/mps-compatibility.yaml b/.github/workflows/mps-compatibility.yaml index 048d7bf8ee..9dfcff943e 100644 --- a/.github/workflows/mps-compatibility.yaml +++ b/.github/workflows/mps-compatibility.yaml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: node-version-file: '.nvmrc' - name: Set up JDK diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0c517ccd6f..cd4f4c1ad0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: PUSH: ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'push' }} steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: node-version-file: '.nvmrc' registry-url: 'https://artifacts.itemis.cloud/repository/npm-open/' diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a78d7ed4aa..ed8375cf1c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.RELEASE_TOKEN }} - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 + - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 with: node-version-file: '.nvmrc' - name: Cache Node packages