From 2b0a2882d50a77abd5a58484b6bb7d0a580a97d4 Mon Sep 17 00:00:00 2001 From: mo-auto <54212639+mo-auto@users.noreply.github.com> Date: Mon, 8 Nov 2021 05:27:12 -0500 Subject: [PATCH] ci(workflows): sync central workflows (#310) Signed-off-by: mo-auto <54212639+mo-auto@users.noreply.github.com> --- .github/workflows/central_code_quality_check.yml | 2 +- .github/workflows/commit-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/central_code_quality_check.yml b/.github/workflows/central_code_quality_check.yml index 4a33f601d1c..b5be702112c 100644 --- a/.github/workflows/central_code_quality_check.yml +++ b/.github/workflows/central_code_quality_check.yml @@ -48,7 +48,7 @@ jobs: - name: Set up JDK 11 # JanssenProject/jans-cli is too similar to JanssenProject/jans-client-api as the contains function is returning it belonging to the JVM_PROJECT if: contains(env.JVM_PROJECTS, github.repository) && github.repository != 'JanssenProject/jans-cli' - uses: actions/setup-java@v2.3.0 + uses: actions/setup-java@v2.3.1 with: java-version: '11' distribution: 'adopt' diff --git a/.github/workflows/commit-check.yml b/.github/workflows/commit-check.yml index b7aaf8f6af2..c92c69e1d8d 100644 --- a/.github/workflows/commit-check.yml +++ b/.github/workflows/commit-check.yml @@ -27,7 +27,7 @@ jobs: # We need to fetch with a depth of 2 for pull_request so we can do HEAD^2 fetch-depth: 2 - - uses: actions/setup-node@v2.4.0 + - uses: actions/setup-node@v2.4.1 with: node-version: 14 - run: |