Skip to content

Commit

Permalink
ci(workflows): synchronize workflows from GluuFederation/cloud-native…
Browse files Browse the repository at this point in the history
…-edition

ci(workflows): synchronize workflows from GluuFederation/cloud-native-edition
  • Loading branch information
moabu authored May 6, 2022
2 parents ca8f7d7 + 07cc66b commit 65c6a2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/central_code_quality_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:

- name: Set up JDK 11
if: contains(env.JVM_PROJECTS, github.repository)
uses: actions/setup-java@v2.5.0
uses: actions/setup-java@v3.3.0
with:
java-version: '11'
distribution: 'adopt'

- name: Cache SonarCloud packages for JVM based project
if: contains(env.JVM_PROJECTS, github.repository)
uses: actions/cache@v2.1.7
uses: actions/cache@v3.0.2
with:
path: ~/.sonar/cache
key: ${{ runner.os }}-sonar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commit-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.1
- uses: actions/setup-node@v3.1.1
with:
node-version: 14
- run: |
Expand Down

0 comments on commit 65c6a2b

Please sign in to comment.