Skip to content

Commit 38d2181

Browse files
authored
Merge branch 'main' into v1.0/pipelinebuild/208109
2 parents ca8992f + 5b44412 commit 38d2181

8 files changed

Lines changed: 36 additions & 58 deletions

File tree

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Dependabot metadata
2121
id: metadata
22-
uses: dependabot/fetch-metadata@v2.4.0
22+
uses: dependabot/fetch-metadata@v2.5.0
2323
with:
2424
github-token: "${{ secrets.GITHUB_TOKEN }}"
2525

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Single version should work for compilation testing
2626

2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
- name: Use Node.js ${{ matrix.node-version }}
3030
uses: actions/setup-node@v6
3131
with:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050

5151
# Initializes the CodeQL tools for scanning.
5252
- name: Initialize CodeQL

.github/workflows/release-please-gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- name: Generate GitHub App token
2525
id: app-token

.github/workflows/validate-public-api-surface.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919
- uses: microsoftgraph/kiota-dom-export-diff-tool/export@main
2020
id: generatePatch
2121
- uses: microsoftgraph/kiota-dom-export-diff-tool/tool@main
@@ -33,14 +33,14 @@ jobs:
3333
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
- name: Upload patch file as artifact
3535
if: always()
36-
uses: actions/upload-artifact@v5
36+
uses: actions/upload-artifact@v6
3737
continue-on-error: true
3838
with:
3939
name: patch
4040
path: '*.patch'
4141
- name: Upload explanations file as artifact
4242
if: always()
43-
uses: actions/upload-artifact@v5
43+
uses: actions/upload-artifact@v6
4444
continue-on-error: true
4545
with:
4646
name: explanations

package-lock.json

Lines changed: 27 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/msgraph-sdk-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@types/chai": "^5.0.0",
3636
"@types/mocha": "^10.0.6",
37-
"@types/node": "^24.0.3",
37+
"@types/node": "^25.0.10",
3838
"chai": "^6.0.1",
3939
"mocha": "^11.0.1"
4040
},

packages/msgraph-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"tslib": "^2.6.2"
3232
},
3333
"devDependencies": {
34-
"@types/node": "^24.0.3",
34+
"@types/node": "^25.0.10",
3535
"typescript": "^5.3.3"
3636
},
3737
"type": "module"

0 commit comments

Comments
 (0)