Skip to content

[codex] refresh dependencies and workflow actions#1

Merged
dl-alexandre merged 1 commit intomasterfrom
codex/dependency-refresh-2026-05-04
May 4, 2026
Merged

[codex] refresh dependencies and workflow actions#1
dl-alexandre merged 1 commit intomasterfrom
codex/dependency-refresh-2026-05-04

Conversation

@dl-alexandre
Copy link
Copy Markdown
Owner

Summary

  • Refresh Go module dependencies with go get/go mod tidy.
  • Refresh GitHub Actions workflow action pins where this repo has workflows.

Validation

  • go test ./... passed for this module.
  • The workspace-wide Go test sweep passed across all Go modules.

@dl-alexandre dl-alexandre marked this pull request as ready for review May 4, 2026 16:51
@dl-alexandre dl-alexandre merged commit 29adef9 into master May 4, 2026
6 checks passed
@dl-alexandre dl-alexandre deleted the codex/dependency-refresh-2026-05-04 branch May 4, 2026 16:52
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5a9a62226f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/ci.yml
Comment on lines +96 to 99
uses: codecov/codecov-action@v6
if: matrix.os == 'ubuntu-latest'
with:
file: ./.artifacts/coverage/coverage.out
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Update Codecov input to files after upgrading to v6

After changing this step to codecov/codecov-action@v6, the workflow still passes file:; in v6 the action input is files (plural), so file is ignored as an unexpected input. That means the explicit coverage path is no longer honored and coverage upload can silently miss .artifacts/coverage/coverage.out depending on auto-discovery behavior, reducing reporting reliability.

Useful? React with 👍 / 👎.

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.

1 participant