File tree Expand file tree Collapse file tree 5 files changed +8
-40
lines changed
Expand file tree Collapse file tree 5 files changed +8
-40
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3- - package-ecosystem : gradle
4- directory : " /"
5- schedule :
6- interval : daily
7- open-pull-requests-limit : 10
8- groups :
9- kiota-dependencies :
10- patterns :
11- - " *kiota*"
12- - package-ecosystem : gradle
13- directory : " /android"
14- schedule :
15- interval : daily
16- open-pull-requests-limit : 10
17- groups :
18- kiota-dependencies :
19- patterns :
20- - " *kiota*"
21- - package-ecosystem : maven
22- directory : " /"
23- schedule :
24- interval : daily
25- open-pull-requests-limit : 10
26- groups :
27- kiota-dependencies :
28- patterns :
29- - " *kiota*"
30- - package-ecosystem : github-actions
31- directory : " /"
32- schedule :
33- interval : daily
34- open-pull-requests-limit : 10
35-
36- # remove when v6 GAs
373- package-ecosystem : gradle
384 directory : " /"
395 schedule :
Original file line number Diff line number Diff line change 1515 - uses : actions/setup-java@v4
1616 with :
1717 distribution : ' temurin'
18- java-version : 20
18+ java-version : 21
1919 - name : Setup Android SDK
2020 uses : android-actions/setup-android@v3.2.0
2121 - name : Add execution right to the script
Original file line number Diff line number Diff line change 4747 - name : Set up JDK
4848 uses : actions/setup-java@v4
4949 with :
50- java-version : 20
50+ java-version : 21
5151 distribution : ' temurin'
5252 cache : gradle
5353
Original file line number Diff line number Diff line change 2121 - name : Set up JDK
2222 uses : actions/setup-java@v4
2323 with :
24- java-version : 20
24+ java-version : 21
2525 distribution : ' temurin'
2626 cache : gradle
2727 - name : Detect Secrets
6565 - name : Set up JDK
6666 uses : actions/setup-java@v4
6767 with :
68- java-version : 20
68+ java-version : 21
6969 distribution : ' temurin'
7070 cache : gradle
7171 - name : Download Current Build
Original file line number Diff line number Diff line change 2828 - name : Set up JDK
2929 uses : actions/setup-java@v4
3030 with :
31- java-version : 20
31+ java-version : 21
3232 distribution : ' temurin'
3333 cache : gradle
3434 - name : Download File
5858 - name : Set up JDK
5959 uses : actions/setup-java@v4
6060 with :
61- java-version : 20
61+ java-version : 21
6262 distribution : ' temurin'
6363 cache : gradle
6464 - name : Easy detect-secrets
9898 create_Tag :
9999 needs : maven_Release
100100 runs-on : ubuntu-latest
101+ permissions :
102+ contents : write
101103 env :
102104 RELEASE_TAG : " "
103105 steps :
You can’t perform that action at this time.
0 commit comments