Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Fix SBOM release pipeline #367

Merged
merged 1 commit into from
Feb 4, 2025
Merged

Conversation

askpt
Copy link
Member

@askpt askpt commented Feb 4, 2025

This PR

  • This pull request includes an update to the .github/workflows/release.yml file to set up the .NET SDK for the release workflow.

Related Issues

Fixes #362

Notes

  • Added a step to set up the .NET SDK using the actions/setup-dotnet action, specifying the .NET version 9.0.x and the source URL for the NuGet package.

How to test

Check green build here: https://github.com/open-feature/dotnet-sdk/actions/runs/13141307066/job/36668893117

@askpt askpt requested a review from a team as a code owner February 4, 2025 17:32
@askpt askpt linked an issue Feb 4, 2025 that may be closed by this pull request
@askpt askpt enabled auto-merge February 4, 2025 17:34
Copy link

codecov bot commented Feb 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.13%. Comparing base (cb7105b) to head (233e787).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #367   +/-   ##
=======================================
  Coverage   86.13%   86.13%           
=======================================
  Files          39       39           
  Lines        1601     1601           
  Branches      173      173           
=======================================
  Hits         1379     1379           
  Misses        186      186           
  Partials       36       36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@beeme1mr beeme1mr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@askpt askpt added this pull request to the merge queue Feb 4, 2025
Merged via the queue into main with commit dad6282 Feb 4, 2025
15 checks passed
github-merge-queue bot pushed a commit that referenced this pull request Feb 4, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.3.1](v2.3.0...v2.3.1)
(2025-02-04)


### 🐛 Bug Fixes

* Fix SBOM release pipeline
([#367](#367))
([dad6282](dad6282))


### 🧹 Chore

* **deps:** pin dependencies
([#365](#365))
([3160cd2](3160cd2))
* **deps:** update actions/upload-artifact action to v4.6.0
([#341](#341))
([cb7105b](cb7105b))
* **deps:** update dependency autofixture to 5.0.0-preview0012
([#351](#351))
([9b0b319](9b0b319))
* **deps:** update dependency coverlet.collector to 6.0.4
([#347](#347))
([e59034d](e59034d))
* **deps:** update dependency coverlet.msbuild to 6.0.4
([#348](#348))
([5ebe4f6](5ebe4f6))
* **deps:** update dependency xunit to 2.9.3
([#340](#340))
([fb8e5aa](fb8e5aa))
* **deps:** update dotnet monorepo
([#343](#343))
([32dab9b](32dab9b))
* **deps:** update spec digest to 8d6eeb3
([#366](#366))
([0cb58db](0cb58db))
* update renovate config to extend the shared config
([#364](#364))
([e3965db](e3965db))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Signed-off-by: OpenFeature Bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] SBOM pipeline failing
3 participants