diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index acf9bb5250..36dd1a054d 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -26,7 +26,7 @@ jobs: cache: maven - name: Set up Node - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: '14.15.1' cache: 'npm' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 48fc0aa8db..96a7297529 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: cache: maven - name: Set up Node - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: '14.15.1' cache: 'npm' diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 8d40f78da2..6869432ab3 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -27,7 +27,7 @@ jobs: cache: maven - name: Set up Node - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: '14.15.1' cache: 'npm' diff --git a/.github/workflows/static_artifacts.yml b/.github/workflows/static_artifacts.yml index d5b20a80cb..a74c4d0ea6 100644 --- a/.github/workflows/static_artifacts.yml +++ b/.github/workflows/static_artifacts.yml @@ -29,7 +29,7 @@ jobs: cache: maven - name: Set up Node - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: '14.15.1' cache: 'npm' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 835508cdbf..cea333f33f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: cache: maven - name: Set up Node - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 + uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: node-version: '14.15.1' cache: 'npm'