Skip to content

Conversation

@nickeskov
Copy link
Collaborator

This pull request primarily updates dependencies and Docker base images to address security, stability, and compatibility. The most important changes are grouped below:

Dependency Updates:

  • Updated several Go module dependencies in go.mod, including github.com/nats-io/nats-server/v2, github.com/google/go-tpm, github.com/klauspost/compress, golang.org/x/crypto, golang.org/x/net, golang.org/x/sys, and golang.org/x/text to their latest versions. This helps ensure the project benefits from the latest security patches and features. [1] [2] [3] [4]

Docker Image Updates:

  • Updated the base images in Dockerfile-nodemon, Dockerfile-nodemon-discord, and Dockerfile-nodemon-telegram for both the Go builder and Alpine runtime stages to use newer image digests. This likely addresses security vulnerabilities and ensures up-to-date environments. [1] [2] [3] [4] [5] [6]

GitHub Actions Workflow Updates:

  • Bumped the github/codeql-action steps to a newer commit in both .github/workflows/codeql-analysis.yml and .github/workflows/security.yml, including init, autobuild, analyze, and upload-sarif actions for improved reliability and security. [1] [2] [3] [4] [5]

dependabot bot added 4 commits January 29, 2026 06:23
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.12.3 to 2.12.4.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Commits](nats-io/nats-server@v2.12.3...v2.12.4)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-version: 2.12.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps golang from `43583f4` to `c03b757`.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.26rc2-alpine3.22
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps alpine from `865b95f` to `2510918`.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.23'
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.11 to 4.32.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@19b2f06...b20883b)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@nickeskov nickeskov added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code go Pull requests that update Go code docker Pull requests that update Docker code labels Jan 29, 2026
@alexeykiselev alexeykiselev merged commit 9a8d31d into main Jan 29, 2026
13 checks passed
@alexeykiselev alexeykiselev deleted the bump-deps branch January 29, 2026 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file docker Pull requests that update Docker code github_actions Pull requests that update GitHub Actions code go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants