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

Fixing semver check #383

Merged
merged 4 commits into from
Oct 9, 2024
Merged

Fixing semver check #383

merged 4 commits into from
Oct 9, 2024

Conversation

nicklan
Copy link
Collaborator

@nicklan nicklan commented Oct 9, 2024

We actually need to use pull_request_target. This is how delta-rs does it and is also what github support suggests.

We do take a risk that if someone exploits cargo semver-checks they could execute code against our repo. That doesn't seem like a high risk.

The check won't run here as in this case we really do need it to be merged to main.

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.06%. Comparing base (4b602ae) to head (6b2ce4b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #383   +/-   ##
=======================================
  Coverage   77.06%   77.06%           
=======================================
  Files          47       47           
  Lines        9524     9524           
  Branches     9524     9524           
=======================================
  Hits         7340     7340           
  Misses       1790     1790           
  Partials      394      394           

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

@nicklan nicklan force-pushed the test-semver-check branch from 18143f4 to 198eeef Compare October 9, 2024 00:21
@nicklan nicklan changed the title Testing semver check Fixing semver check Oct 9, 2024
@nicklan nicklan force-pushed the test-semver-check branch from d43eec3 to 6b2ce4b Compare October 9, 2024 17:39
@nicklan nicklan marked this pull request as ready for review October 9, 2024 17:40
Copy link
Collaborator

@OussamaSaoudi-db OussamaSaoudi-db left a comment

Choose a reason for hiding this comment

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

LGTM

@nicklan nicklan merged commit 1c4b9ce into delta-io:main Oct 9, 2024
12 checks passed
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.

3 participants