File tree Expand file tree Collapse file tree 5 files changed +9
-41
lines changed
Expand file tree Collapse file tree 5 files changed +9
-41
lines changed Original file line number Diff line number Diff line change @@ -31,38 +31,4 @@ updates:
3131 directory : " /"
3232 schedule :
3333 interval : daily
34- open-pull-requests-limit : 10
35-
36- # remove once v5 GAs
37- - package-ecosystem : gradle
38- directory : " /"
39- schedule :
40- interval : daily
41- open-pull-requests-limit : 10
42- groups :
43- kiota-dependencies :
44- patterns :
45- - " *kiota*"
46- - package-ecosystem : gradle
47- directory : " /android"
48- schedule :
49- interval : daily
50- open-pull-requests-limit : 10
51- groups :
52- kiota-dependencies :
53- patterns :
54- - " *kiota*"
55- - package-ecosystem : maven
56- directory : " /"
57- schedule :
58- interval : daily
59- open-pull-requests-limit : 10
60- groups :
61- kiota-dependencies :
62- patterns :
63- - " *kiota*"
64- - package-ecosystem : github-actions
65- directory : " /"
66- schedule :
67- interval : daily
68- open-pull-requests-limit : 10
34+ open-pull-requests-limit : 10
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/[email protected] 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 2626 - name : Set up JDK
2727 uses : actions/setup-java@v4
2828 with :
29- java-version : 20
29+ java-version : 21
3030 distribution : ' temurin'
3131 cache : gradle
3232 - name : Easy detect-secrets
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