Skip to content

Commit 665455c

Browse files
chore: consolidate dependabot updates
Consolidates 6 open dependabot PRs into a single update: Dependencies (npm): - @azure/identity: 4.13.0 -> 4.13.1 - @types/node: 25.2.3 -> 25.5.0 - @microsoft/kiota-authentication-azure: 1.0.0-preview.92 -> 1.0.0-preview.100 - @microsoft/kiota-bundle: 1.0.0-preview.92 -> 1.0.0-preview.100 GitHub Actions: - googleapis/release-please-action: 4 -> 5 - dependabot/fetch-metadata: 2.5.0 -> 3.1.0 - actions/upload-artifact: 6 -> 7 Closes #982, #978, #968, #966, #963, #961 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0557009 commit 665455c

5 files changed

Lines changed: 150 additions & 169 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.5.0
22+
uses: dependabot/fetch-metadata@v3.1.0
2323
with:
2424
github-token: "${{ secrets.GITHUB_TOKEN }}"
2525

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
private-key: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM }}
3030

3131
- name: Release Please
32-
uses: googleapis/release-please-action@v4
32+
uses: googleapis/release-please-action@v5
3333
with:
3434
token: ${{ steps.app-token.outputs.token }}
3535
config-file: release-please-config.json

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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@v6
36+
uses: actions/upload-artifact@v7
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@v6
43+
uses: actions/upload-artifact@v7
4444
continue-on-error: true
4545
with:
4646
name: explanations

0 commit comments

Comments
 (0)