Skip to content

Conversation

KunalSin9h
Copy link
Member

No description provided.

Signed-off-by: Kunal Singh <kunalsin9h@gmail.com>
@KunalSin9h KunalSin9h requested review from abhisek and Copilot August 13, 2025 08:44
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes an issue with the TruffleHog secret scanning workflow where it was using invalid commit hash references. The change updates the workflow to use dynamic SHA references from the pull request event context instead of static branch references.

  • Updates base commit reference from hardcoded 'main' to the actual base SHA of the pull request
  • Updates head commit reference from 'HEAD' to the actual head SHA of the pull request

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.

Copy link

codecov bot commented Aug 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 8.35%. Comparing base (7d4569f) to head (b8dfe33).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #564   +/-   ##
=====================================
  Coverage   8.35%   8.35%           
=====================================
  Files        280     280           
  Lines      45973   45973           
=====================================
  Hits        3839    3839           
  Misses     41856   41856           
  Partials     278     278           

☔ 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.

@abhisek abhisek enabled auto-merge (squash) August 13, 2025 08:48
@abhisek
Copy link
Member

abhisek commented Aug 13, 2025

Thanks @KunalSin9h

@Sahilb315 @arunanshub @sudhanshutech Please lets replicate this fix across our other repositories.

@abhisek abhisek merged commit 4b80c4a into main Aug 13, 2025
11 checks passed
@abhisek abhisek deleted the fix-truffle branch August 13, 2025 08:49
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.

2 participants