Skip to content

chore(ci): consolidate dependabot PR fixes into single branch#56

Merged
digitallysavvy merged 3 commits into
mainfrom
chore-ci-fix-failing-dependabot-prs
Jul 22, 2026
Merged

chore(ci): consolidate dependabot PR fixes into single branch#56
digitallysavvy merged 3 commits into
mainfrom
chore-ci-fix-failing-dependabot-prs

Conversation

@digitallysavvy

Copy link
Copy Markdown
Contributor

Consolidates the remaining failing Dependabot updates into a single PR to reduce review and merge overhead.

Changes

  • Bump Go toolchain version in go.mod from 1.26.41.26.5.
  • Update dependencies from the go_modules/golang.org/x/term-0.45.0 PR:
    • golang.org/x/term 0.43.00.45.0
    • golang.org/x/sys (indirect) 0.44.00.47.0
  • Update GitHub Actions versions in workflows:
    • golangci/golangci-lint-action @v6@v9 with install-mode: binary
    • actions/upload-pages-artifact @v3@v5
    • goreleaser/goreleaser-action @v6@v7

Why

These combine the required dependency/action updates while fixing the CI failures seen in the previously failing Dependabot branches:

  • #54 (x/term bump): govulncheck failures on Go 1.26.4 stdlib vulnerabilities.
  • #36 (goreleaser-action): govulncheck failures on Go 1.26.4 stdlib vulnerabilities.
  • #34 (golangci-lint-action v9): govulncheck failures plus goinstall/module path regression (/v2 package path mismatch).
  • #35 (upload-pages-artifact v5): workflow/test compatibility issue with older CI state; updated branch basis + action bump
    includes the safe, current workflow posture.

Testing

  • Manual review of the consolidated diff across:
    • go.mod, go.sum
    • .github/workflows/ci.yml
    • .github/workflows/pages.yml
    • .github/workflows/release.yml
  • Recommend running CI checks on this branch and verifying the previously failing Dependabot scenarios are unblocked.

Notes

This intentionally replaces multiple small Dependabot bumps with one consolidated change set so maintainers can review/merge once.

@digitallysavvy digitallysavvy self-assigned this Jul 22, 2026
@digitallysavvy
digitallysavvy merged commit 3be3390 into main Jul 22, 2026
7 checks passed
@digitallysavvy
digitallysavvy deleted the chore-ci-fix-failing-dependabot-prs branch July 22, 2026 01:26
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