Skip to content

Conversation

@julio-lopez
Copy link
Collaborator

@julio-lopez julio-lopez commented Sep 11, 2025

Remove check-latest: true. No longer needed with actions/setup-go@v6

Also:

  • clean up and documented parameter setting in govulncheck step;
  • add category for ossf report

@codecov
Copy link

codecov bot commented Sep 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.39%. Comparing base (cb455c6) to head (8a24317).
⚠️ Report is 653 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4813      +/-   ##
==========================================
+ Coverage   75.86%   76.39%   +0.53%     
==========================================
  Files         470      530      +60     
  Lines       37301    40443    +3142     
==========================================
+ Hits        28299    30898    +2599     
- Misses       7071     7502     +431     
- Partials     1931     2043     +112     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@julio-lopez julio-lopez added project-infrastructure github_actions Pull requests that update GitHub Actions code labels Sep 11, 2025
@julio-lopez julio-lopez marked this pull request as ready for review September 11, 2025 23:34
Copilot AI review requested due to automatic review settings September 11, 2025 23:34
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 PR cleans up GitHub Actions workflow configurations by removing unnecessary parameters from the actions/setup-go@v6 action and adding documentation improvements. The changes focus on modernizing the CI configuration to align with the latest version of the setup-go action.

  • Remove check-latest: true parameter from all setup-go action usages (no longer needed in v6)
  • Remove unused id: go identifiers from setup-go steps
  • Add category parameter to OSSF scorecard SARIF upload for better organization
  • Document parameter choices in govulncheck step with explanatory comments

Reviewed Changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
.github/workflows/volume-shadow-copy-test.yml Remove check-latest and id parameters from setup-go
.github/workflows/tests.yml Remove check-latest and id parameters from setup-go
.github/workflows/stress-test.yml Remove check-latest and id parameters from setup-go
.github/workflows/race-detector.yml Remove check-latest and id parameters from setup-go
.github/workflows/providers-extra.yml Remove check-latest and id parameters from setup-go
.github/workflows/providers-core.yml Remove check-latest and id parameters from setup-go
.github/workflows/ossf-scorecard.yml Add category parameter to SARIF upload
.github/workflows/make.yml Remove check-latest parameter from setup-go
.github/workflows/lint.yml Remove check-latest and id, add documentation for govulncheck parameters
.github/workflows/license-check.yml Remove check-latest and id parameters from setup-go
.github/workflows/compat-test.yml Remove check-latest and id parameters from setup-go
.github/workflows/code-coverage.yml Remove check-latest and id parameters from setup-go

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@julio-lopez julio-lopez merged commit ec56309 into kopia:master Sep 11, 2025
31 of 32 checks passed
@julio-lopez julio-lopez deleted the chore/cleanup-gh-worfklows branch September 11, 2025 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code project-infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant