Skip to content

ci: Remove artifact attestation step from workflow#425

Merged
askpt merged 1 commit into
mainfrom
askpt/423-bug-remove-provenance-attestations
Apr 14, 2025
Merged

ci: Remove artifact attestation step from workflow#425
askpt merged 1 commit into
mainfrom
askpt/423-bug-remove-provenance-attestations

Conversation

@askpt
Copy link
Copy Markdown
Member

@askpt askpt commented Apr 10, 2025

This PR

This pull request includes a small change to the .github/workflows/ci.yml file. The change removes the step that generates artifact attestation using the actions/attest-build-provenance action.

  • Removed the Generate artifact attestation step from the CI workflow in .github/workflows/ci.yml.

Related Issues

Fixes #423

Notes

This only removes execution from the PRs and forks. It will not be removed from the main publishing action.

Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
@askpt askpt requested a review from a team as a code owner April 10, 2025 15:10
@askpt askpt linked an issue Apr 10, 2025 that may be closed by this pull request
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.71%. Comparing base (65615d8) to head (c2d63e8).
⚠️ Report is 241 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #425   +/-   ##
=======================================
  Coverage   85.71%   85.71%           
=======================================
  Files          39       39           
  Lines        1603     1603           
  Branches      171      171           
=======================================
  Hits         1374     1374           
  Misses        191      191           
  Partials       38       38           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown

@weyert weyert left a comment

Choose a reason for hiding this comment

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

LGTM. My understanding we just remove it for the workflows ran as part of a PR but still do it for the actual nuget publications

@askpt
Copy link
Copy Markdown
Member Author

askpt commented Apr 14, 2025

LGTM. My understanding we just remove it for the workflows ran as part of a PR but still do it for the actual nuget publications

Exactly @weyert! We don't need to do it on PR because it will block forks from being merged also.

@askpt askpt enabled auto-merge April 14, 2025 16:00
@askpt askpt added this pull request to the merge queue Apr 14, 2025
Merged via the queue into main with commit 3994a20 Apr 14, 2025
15 checks passed
@askpt askpt deleted the askpt/423-bug-remove-provenance-attestations branch April 15, 2025 15:52
WeihanLi pushed a commit to WeihanLi/openfeature-dotnet-sdk that referenced this pull request May 14, 2025
<!-- Please use this template for your pull request. -->
<!-- Please use the sections that you need and delete other sections -->

## This PR
<!-- add the description of the PR here -->

This pull request includes a small change to the
`.github/workflows/ci.yml` file. The change removes the step that
generates artifact attestation using the
`actions/attest-build-provenance` action.

* Removed the `Generate artifact attestation` step from the CI workflow
in `.github/workflows/ci.yml`.

### Related Issues
<!-- add here the GitHub issue that this PR resolves if applicable -->

Fixes open-feature#423

### Notes
<!-- any additional notes for this PR -->

This only removes execution from the PRs and forks. It will not be
removed from the main publishing action.

Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Signed-off-by: Weihan Li <weihanli@outlook.com>
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] Remove provenance attestations from PR builds

4 participants