Fix CI: update harden-runner v2.9.0 -> v2.15.1 and add dependabot (#98)#100
Merged
jonathanpeppers merged 1 commit intolivefrom Mar 16, 2026
Merged
Fix CI: update harden-runner v2.9.0 -> v2.15.1 and add dependabot (#98)#100jonathanpeppers merged 1 commit intolivefrom
jonathanpeppers merged 1 commit intolivefrom
Conversation
The harden-runner action pinned to v2.9.0 (SHA 0d381219) is returning 401 Unauthorized on every build, breaking CI. Update to v2.15.1 (SHA 58077d3c) which is the same version used by dotnet/docs-maui. Also add a dependabot.yml config for github-actions to keep actions auto-updated weekly, matching docs-maui's setup. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
dalexsoto
approved these changes
Mar 16, 2026
There was a problem hiding this comment.
Pull request overview
Updates the step-security/harden-runner action from v2.9.0 to v2.15.1 to fix CI 401 errors, and adds a Dependabot configuration to auto-update GitHub Actions weekly.
Changes:
- Updated
harden-runneraction SHA pin from v2.9.0 to v2.15.1 - Added
.github/dependabot.ymlfor weekly GitHub Actions dependency updates
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/check-for-build-warnings.yml |
Updated harden-runner action pin to v2.15.1 |
.github/dependabot.yml |
New Dependabot config for github-actions ecosystem |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The harden-runner action pinned to v2.9.0 (SHA 0d381219) is returning 401 Unauthorized on every build, breaking CI. Update to v2.15.1 (SHA 58077d3c) which is the same version used by dotnet/docs-maui.
Also add a dependabot.yml config for github-actions to keep actions auto-updated weekly, matching docs-maui's setup.