Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
c84e51f
chore(deps): bump actions/checkout from 4 to 5
dependabot[bot] Aug 12, 2025
38b12d5
Merge branch 'main' into dependabot/github_actions/actions/checkout-5
ramsessanchez Aug 20, 2025
a54a371
Merge branch 'main' into dependabot/github_actions/actions/checkout-5
ramsessanchez Aug 20, 2025
7475060
chore(deps): bump actions/setup-java from 4 to 5
dependabot[bot] Aug 21, 2025
8a21c32
Merge branch 'main' into dependabot/github_actions/actions/setup-java-5
ramsessanchez Aug 21, 2025
c90ee6f
Updated for https://dev.azure.com/microsoftgraph/0985d294-5762-4bc2-a…
microsoft-github-policy-service[bot] Sep 11, 2025
806ee5e
chore(deps): bump com.microsoft.graph:microsoft-graph-core
dependabot[bot] Sep 12, 2025
a44c5ca
chore(deps): bump com.microsoft.graph:microsoft-graph-core in /android
dependabot[bot] Sep 12, 2025
b48c56f
chore(deps): bump the kiota-dependencies group across 2 directories w…
dependabot[bot] Sep 17, 2025
bbc7aff
chore(deps): bump the kiota-dependencies group
dependabot[bot] Sep 17, 2025
99d8102
Merge remote-tracking branch 'remotes/origin/users/merlinbot/1es-pt-a…
MIchaelMainer Sep 17, 2025
c5e41ff
Merge remote-tracking branch 'remotes/origin/dependabot/github_action…
MIchaelMainer Sep 17, 2025
0d44b40
fix: update dependencies
MIchaelMainer Sep 17, 2025
f25b5b7
Merge remote-tracking branch 'remotes/origin/dependabot/gradle/androi…
MIchaelMainer Sep 17, 2025
7ce3a6a
Merge remote-tracking branch 'remotes/origin/dependabot/gradle/androi…
MIchaelMainer Sep 17, 2025
0a110e5
Merge remote-tracking branch 'remotes/origin/dependabot/gradle/com.mi…
MIchaelMainer Sep 17, 2025
b745d25
Merge remote-tracking branch 'remotes/origin/dependabot/gradle/kiota-…
MIchaelMainer Sep 17, 2025
1c65021
chore: update dependabot cadence
MIchaelMainer Sep 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .config/1espt/PipelineAutobaseliningConfig.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details.

pipelines:
634:
retail:
source:
credscan:
lastModifiedDate: 2025-09-11
eslint:
lastModifiedDate: 2025-09-11
psscriptanalyzer:
lastModifiedDate: 2025-09-11
armory:
lastModifiedDate: 2025-09-11
accessibilityinsights:
lastModifiedDate: 2025-09-11
binary:
credscan:
lastModifiedDate: 2025-09-11
binskim:
lastModifiedDate: 2025-09-11
spotbugs:
lastModifiedDate: 2025-09-11
491 changes: 491 additions & 0 deletions .config/guardian/.gdnbaselines

Large diffs are not rendered by default.

14 changes: 10 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
- "/"
- "/java-8"
schedule:
interval: daily
interval: weekly
time: "09:00" # 9am UTC
open-pull-requests-limit: 10
groups:
Expand All @@ -18,10 +18,11 @@ updates:
open-telemetry:
patterns:
- "*opentelemetry*"

- package-ecosystem: gradle
directory: "/android"
schedule:
interval: daily
interval: weekly
time: "10:00" # 10am UTC. Scheduled after core java dependencies to prevent duplicate PRs
open-pull-requests-limit: 10
groups:
Expand All @@ -37,7 +38,7 @@ updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
groups:
kiota-dependencies:
Expand All @@ -52,5 +53,10 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
interval: weekly
open-pull-requests-limit: 10
groups:
github-actions-dependencies:
patterns:
- "actions/*"

4 changes: 2 additions & 2 deletions .github/workflows/api-level-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
lint-api-level:
runs-on: [self-hosted, 1ES.Pool=1es-ubuntu-msgraph-beta-sdk-java-mem-lates-m]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
- uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: 21
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Set up JDK
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
java-version: 21
distribution: 'temurin'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
build-latest-java:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up JDK
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
java-version: 21
distribution: 'temurin'
Expand Down Expand Up @@ -55,9 +55,9 @@ jobs:
build-java-8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Set up JDK
uses: actions/setup-java@v4
uses: actions/setup-java@v5
with:
java-version: 8
distribution: 'temurin'
Expand Down
14 changes: 7 additions & 7 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ dependencies {
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'

// Core Http library
api 'com.microsoft.graph:microsoft-graph-core:3.6.4'
api 'com.microsoft.graph:microsoft-graph-core:3.6.5'

implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.9'
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.9'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.9'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.9'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.9'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.9'
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.8.10'
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.8.10'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.8.10'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.8.10'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.8.10'
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.8.10'
}
Loading