Skip to content

Comments

pin versions#79

Merged
JaredHatfield merged 2 commits intomainfrom
pin-versions
Jan 14, 2026
Merged

pin versions#79
JaredHatfield merged 2 commits intomainfrom
pin-versions

Conversation

@JaredHatfield
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Jan 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.54%. Comparing base (c8a6215) to head (2d93161).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main      #79   +/-   ##
=========================================
  Coverage     86.54%   86.54%           
  Complexity      270      270           
=========================================
  Files            15       15           
  Lines           602      602           
  Branches        109      109           
=========================================
  Hits            521      521           
  Misses           53       53           
  Partials         28       28           

☔ 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

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 pull request improves the security posture of GitHub Actions workflows by pinning the actions/add-to-project action to a specific commit SHA instead of using a mutable tag reference.

Changes:

  • Pin actions/add-to-project action to commit SHA 244f685bbc3b7adfa8466e08b698b5577571133e with a comment indicating it corresponds to v1.0.2

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1.0.2
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

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

The commit SHA pinning is inconsistent across workflow files. Other actions in the repository (e.g., actions/checkout@v6, actions/setup-java@v5 in build-java-17.yml, codeql-java-17.yml, release-maven-central-java-17.yml, and zizmor.yml) still use mutable version tags. For consistent security posture, consider applying the same SHA pinning strategy to all third-party actions across all workflows.

Copilot uses AI. Check for mistakes.
@JaredHatfield JaredHatfield merged commit fede3d4 into main Jan 14, 2026
7 checks passed
@JaredHatfield JaredHatfield deleted the pin-versions branch January 14, 2026 23:46
@github-project-automation github-project-automation bot moved this from Todo to Done in UnitVectorY Labs Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant