Skip to content

Conversation

devin-ai-integration[bot]
Copy link
Contributor

Summary

Updates the go-junit-report dependency from tag-based reference (@v0.9.1) to SHA-based reference (@cc1f095d5cc5eca2844f5c5ea7bb37f6b9bf6cac) in the GitHub Actions unit test workflow.

Changes

  • Updated .github/actions/unit-tests/action.yml to use the specific commit SHA instead of the version tag for go-junit-report

Why This Change

This change moves from relying on a mutable Git tag to a specific immutable commit SHA, providing better dependency stability and reproducibility in our CI/CD pipeline.

Testing

⚠️ Important: This change affects the CI test reporting pipeline. The functionality can only be fully validated by observing that CI successfully processes test results after this change is merged.

Human Review Checklist

  • Verify that SHA cc1f095d5cc5eca2844f5c5ea7bb37f6b9bf6cac is the correct commit for go-junit-report v0.9.1
  • Confirm CI passes and test results are properly uploaded
  • Check if there are any other references to go-junit-report@v0.9.1 in the repository

Requirements

  • I have added test coverage for new or changed functionality (N/A - infrastructure change)
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions (Will be validated by CI)

Related issues

  • Tracking issue: SDK-1496
  • Part of a larger effort to update go-junit-report across 13 LaunchDarkly Go repositories

Additional context

Co-Authored-By: mkeeler@launchdarkly.com <keelerm84@gmail.com>
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@keelerm84 keelerm84 marked this pull request as ready for review October 13, 2025 14:12
@keelerm84 keelerm84 requested a review from a team as a code owner October 13, 2025 14:12
@keelerm84 keelerm84 merged commit 9857331 into v3 Oct 14, 2025
12 of 13 checks passed
@keelerm84 keelerm84 deleted the mk/sdk-1496/sha-over-tag branch October 14, 2025 17:53
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