File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 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@v3.2.2
24+ uses : android-actions/setup-android@v4.0.1
2525 - name : Add execution right to the script
2626 run : chmod +x gradlew
2727 working-directory : ./android
3131 working-directory : ./android
3232 - name : Upload linting results
3333 if : failure() && steps.lint.outcome == 'failure'
34- uses : actions/upload-artifact@v5
34+ uses : actions/upload-artifact@v6
3535 with :
3636 name : lint-report
3737 path : ./android/build/reports
Original file line number Diff line number Diff line change 1919 steps :
2020 - name : Dependabot metadata
2121 id : metadata
22- uses : dependabot/fetch-metadata@v2.4 .0
22+ uses : dependabot/fetch-metadata@v3.0 .0
2323 with :
2424 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2525
Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
2727 run : ./gradlew build
2828 - name : Upload Unit Test Results
2929 if : ${{ always() }}
30- uses : actions/upload-artifact@v5
30+ uses : actions/upload-artifact@v6
3131 with :
3232 name : UnitTests
3333 path : |
3434 build/reports/tests/test/**
3535 build/test-results/**
3636 - name : Upload a Build Artifact
37- uses : actions/upload-artifact@v5
37+ uses : actions/upload-artifact@v6
3838 with :
3939 name : drop
4040 path : |
Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ jobs:
3535 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3636 - name : Upload patch file as artifact
3737 if : always()
38- uses : actions/upload-artifact@v5
38+ uses : actions/upload-artifact@v6
3939 continue-on-error : true
4040 with :
4141 name : patch
4242 path : ' *.patch'
4343 - name : Upload explanations file as artifact
4444 if : always()
45- uses : actions/upload-artifact@v5
45+ uses : actions/upload-artifact@v6
4646 continue-on-error : true
4747 with :
4848 name : explanations
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ dependencies {
66 // Core Http library
77 api ' com.microsoft.graph:microsoft-graph-core:3.6.5'
88
9- implementation ' com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.0 '
10- implementation ' com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.0 '
11- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-json:1.9.0 '
12- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-text:1.9.0 '
13- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-form:1.9.0 '
14- implementation ' com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.9.0 '
9+ implementation ' com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.2 '
10+ implementation ' com.microsoft.kiota:microsoft-kiota-http-okHttp:1.9.2 '
11+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-json:1.9.2 '
12+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-text:1.9.2 '
13+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-form:1.9.2 '
14+ implementation ' com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.9.2 '
1515}
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >org.junit.jupiter</groupId >
3737 <artifactId >junit-jupiter-api</artifactId >
38- <version >6.0.1 </version >
38+ <version >6.0.3 </version >
3939 <scope >test</scope >
4040 </dependency >
4141 <dependency >
You can’t perform that action at this time.
0 commit comments