File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 lint-api-level :
1212 runs-on : [self-hosted, 1ES.Pool=1es-ubuntu-msgraph-sdk-java-memory-latest-m]
1313 steps :
14- - uses : actions/checkout@v6
15- - uses : actions/setup-java@v5
14+ - uses : actions/checkout@v7
15+ - uses : actions/setup-java@v6
1616 with :
1717 distribution : ' temurin'
1818 java-version : 21
2121 run : .\scripts\copyFilesOnBuild.ps1 -inputPath '.\src\main\java\com\microsoft\graph\generated'
2222 shell : pwsh
2323 - name : Setup Android SDK
24- uses : android-actions/setup-android@v4.0.1
24+ uses : android-actions/setup-android@v4.0.4
2525 with :
2626 packages : ' platform-tools'
2727 - name : Add execution right to the script
Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ jobs:
4242
4343 steps :
4444 - name : Checkout repository
45- uses : actions/checkout@v6
45+ uses : actions/checkout@v7
4646
4747 - name : Set up JDK
48- uses : actions/setup-java@v5
48+ uses : actions/setup-java@v6
4949 with :
5050 java-version : 21
5151 distribution : ' temurin'
Original file line number Diff line number Diff line change 1111 build-java-latest :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@v7
1515 - name : Set up JDK
16- uses : actions/setup-java@v5
16+ uses : actions/setup-java@v6
1717 with :
1818 java-version : 21
1919 distribution : ' temurin'
4545 build-java-8 :
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@v6
48+ - uses : actions/checkout@v7
4949 - name : Set up JDK
50- uses : actions/setup-java@v5
50+ uses : actions/setup-java@v6
5151 with :
5252 java-version : 8
5353 distribution : ' temurin'
Original file line number Diff line number Diff line change 1919 release :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323
2424 - name : Generate GitHub App token
2525 id : app-token
Original file line number Diff line number Diff line change 1717 validate-public-api-surface :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v6
20+ - uses : actions/checkout@v7
2121 - uses : microsoftgraph/kiota-dom-export-diff-tool/export@main
2222 id : generatePatch
2323 - uses : microsoftgraph/kiota-dom-export-diff-tool/tool@main
You can’t perform that action at this time.
0 commit comments