Skip to content

build(deps): bump actions/setup-dotnet from 4.3.1 to 5.2.0#1

Merged
bilbospocketses merged 1 commit into
masterfrom
dependabot/github_actions/actions/setup-dotnet-5.2.0
May 18, 2026
Merged

build(deps): bump actions/setup-dotnet from 4.3.1 to 5.2.0#1
bilbospocketses merged 1 commit into
masterfrom
dependabot/github_actions/actions/setup-dotnet-5.2.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps actions/setup-dotnet from 4.3.1 to 5.2.0.

Release notes

Sourced from actions/setup-dotnet's releases.

v5.2.0

What's changed

Enhancements

Dependency Updates

Full Changelog: actions/setup-dotnet@v5...v5.2.0

v5.1.0

What's Changed

Documentation

Dependency updates

New Contributors

Full Changelog: actions/setup-dotnet@v5...v5.1.0

v5.0.1

What's Changed

Full Changelog: actions/setup-dotnet@v5...v5.0.1

v5.0.0

What's Changed

Breaking Changes

Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes

Dependency Updates

... (truncated)

Commits
  • c2fa09f Bump minimatch from 3.1.2 to 3.1.5 (#705)
  • 02574b1 Add support for optional architecture input for cross-architecture .NET insta...
  • 16c7b3c Bump fast-xml-parser from 4.4.1 to 5.3.6 (#671)
  • 131b410 Add support for workloads input (#693)
  • baa11fb Bump test dependencies to resolve System.Net.Http vulnerability, update workf...
  • 24ec4f2 Upgrade to latest actions packages (#687)
  • 4c100cb Fix icons (#604)
  • 25328d8 Bump actions/checkout from 5 to 6 (#684)
  • 937b8dd Update README with note on setting DOTNET_INSTALL_DIR for Linux permission is...
  • 2016bd2 Bump actions/publish-action from 0.3.0 to 0.4.0 and update macos-13 to macos-...
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 18, 2026
@bilbospocketses
Copy link
Copy Markdown
Owner

@dependabot rebase

@bilbospocketses bilbospocketses enabled auto-merge (squash) May 18, 2026 23:55
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.2.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@67a3573...c2fa09f)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/setup-dotnet-5.2.0 branch from affd136 to fd9a897 Compare May 18, 2026 23:56
@bilbospocketses bilbospocketses merged commit cb1fe4f into master May 18, 2026
2 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/actions/setup-dotnet-5.2.0 branch May 18, 2026 23:58
bilbospocketses added a commit that referenced this pull request May 19, 2026
…Scorecard (#14)

upload-artifact bump (ci.yml 1 site, release.yml 3 sites)
- SHA ea165f8d -> 043fb46d. Closes the Node 20 deprecation banner that has
  been firing on every workflow run since GitHub's 2026-06-02 force_node24
  cutover was announced; v7.x runs on Node 24.
- Root cause of why this drifted while every other action stayed current: the
  prior pin had a bare `# v4` comment (just the major). Dependabot uses the
  trailing comment as the version anchor and treats bare-major as a "track v4
  line" range pin -- so it never proposed a major-bump PR even though v5, v6,
  and v7 had all shipped. The 5 other actions in this repo all had precise
  `# v<x>.<y>.<z>` comments at SHA-pin time and got Dependabot bumps in PRs
  #1, #2, #3, #4, #5 on 2026-05-18. upload-artifact was silently skipped.
- New pin uses precise `# v7.0.1` comment so future bumps surface normally.
- v5 dropped immutable artifact names (same `name:` rejected twice per run).
  Verified safe: this repo uses 4 distinct names across the 4 upload sites
  (test-results, unsigned-windows-exes, unsigned-windows-msi, windows-final).

OpenSSF Scorecard workflow (new .github/workflows/scorecard.yml)
- Triggers: branch_protection_rule (catches master-ruleset regressions),
  weekly cron Monday 09:00 ET (matches Dependabot + CodeQL cadence), push
  to master.
- SARIF uploads to Security tab (security-events: write) so findings sit
  next to CodeQL. Published to api.securityscorecards.dev via OIDC for the
  public scorecard.dev viewer page.
- All actions SHA-pinned with precise version comments. Workflow-level
  `permissions: read-all` with narrower per-job grants.
- Allowlist: `ossf/scorecard-action@*` added to repo-level
  patterns_allowed (was just `softprops/action-gh-release@*`).
  `github/codeql-action/upload-sarif` covered by github_owned_allowed.
- Mostly informational -- CM already passes the bulk of Scorecard's
  checks via the Tier 1-5 hardening pass. Ongoing value is drift
  detection (a future workflow regressing on Token-Permissions or
  Pinned-Dependencies would surface a score delta).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant