chore: upgrade dependencies to latest versions and fix security vulne… (#4237)

This PR includes the following updates and fixes:

- **Dependency upgrades**: Updated all dependencies in `go.mod` to their
latest versions to ensure compatibility and leverage the latest features
and fixes.
- **Security fixes**:
- Resolved known vulnerabilities in `golang.org/x/net` by upgrading to
the latest secure version.
- Addressed security issues in `golang.org/x/crypto` by upgrading to the
latest secure version.

These changes improve the overall security and stability of the project.
Please review the changes and ensure compatibility with the updated
dependencies.

---------

Co-authored-by: hailaz <739476267@qq.com>
This commit is contained in:
houseme
2025-08-22 15:29:16 +08:00
committed by GitHub
parent 82043856f4
commit 2d5fcd73cb
76 changed files with 1211 additions and 1170 deletions

View File

@ -17,7 +17,7 @@ permissions: read
jobs:
analysis:
name: Scorecards analysis
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
# Needed to upload the results to code-scanning dashboard.
security-events: write