File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2121 run : .\scripts\copyFilesOnBuild.ps1 -inputPath '.\src\main\java\com\microsoft\graph\beta\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@v6
34+ uses : actions/upload-artifact@v7
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.5 .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 @@ -30,14 +30,14 @@ jobs:
3030 run : ./gradlew build
3131 - name : Upload Unit Test Results
3232 if : ${{ always() }}
33- uses : actions/upload-artifact@v6
33+ uses : actions/upload-artifact@v7
3434 with :
3535 name : UnitTests
3636 path : |
3737 build/reports/tests/test/**
3838 build/test-results/**
3939 - name : Upload a Build Artifact
40- uses : actions/upload-artifact@v6
40+ uses : actions/upload-artifact@v7
4141 with :
4242 name : drop
4343 path : |
Original file line number Diff line number Diff line change 1818 steps :
1919 - name : Generate token
2020 id : generate_token
21- uses : actions/create-github-app-token@v2
21+ uses : actions/create-github-app-token@v3
2222 with :
2323 app-id : ${{ secrets.GRAPHBOT_APP_ID }}
2424 private-key : ${{ secrets.GRAPHBOT_APP_PEM }}
Original file line number Diff line number Diff line change 2525
2626 - name : Generate GitHub App token
2727 id : app-token
28- uses : actions/create-github-app-token@v2
28+ uses : actions/create-github-app-token@v3
2929 with :
3030 app-id : ${{ vars.RELEASE_PLEASE_TOKEN_PROVIDER_APP_ID }}
3131 private-key : ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
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}
You can’t perform that action at this time.
0 commit comments