File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
renovate_bot_config_validation :
10
- runs-on : ubuntu-24 .04
10
+ runs-on : ubuntu-22 .04
11
11
12
12
steps :
13
13
- name : Checkout code
16
16
- name : Set up Node.js
17
17
uses : actions/setup-node@v4
18
18
with :
19
- node-version : ' 22 '
19
+ node-version : ' 20 '
20
20
21
21
- name : Install Renovate and Config Validator
22
22
run : |
Original file line number Diff line number Diff line change 24
24
- uses : actions/setup-java@v4
25
25
with :
26
26
distribution : temurin
27
- java-version : 11
27
+ java-version : 8
28
28
- name : Run checkstyle
29
29
run : mvn -P lint --quiet --batch-mode checkstyle:check
30
30
working-directory : samples/snippets
Original file line number Diff line number Diff line change 21
21
22
22
jobs :
23
23
update-generation-config :
24
- runs-on : ubuntu-24 .04
24
+ runs-on : ubuntu-22 .04
25
25
env :
26
26
# the branch into which the pull request is merged
27
27
base_branch : main
37
37
[ -z "$(git config user.email)" ] && git config --global user.email "[email protected] "
38
38
[ -z "$(git config user.name)" ] && git config --global user.name "cloud-java-bot"
39
39
bash .github/scripts/update_generation_config.sh \
40
- --base_branch "${base_branch}"\
40
+ --base_branch "${base_branch}" \
41
41
--repo ${{ github.repository }}
42
42
env :
43
43
GH_TOKEN : ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
44
+
You can’t perform that action at this time.
0 commit comments