Skip to content

build(deps): bump github/codeql-action from 4.32.4 to 4.32.6#834

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github/codeql-action-4.32.6
Open

build(deps): bump github/codeql-action from 4.32.4 to 4.32.6#834
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/github/codeql-action-4.32.6

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2026

Bumps github/codeql-action from 4.32.4 to 4.32.6.

Release notes

Sourced from github/codeql-action's releases.

v4.32.6

  • Update default CodeQL bundle version to 2.24.3. #3548

v4.32.5

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504
Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.32.6 - 05 Mar 2026

  • Update default CodeQL bundle version to 2.24.3. #3548

4.32.5 - 02 Mar 2026

  • Repositories owned by an organization can now set up the github-codeql-disable-overlay custom repository property to disable improved incremental analysis for CodeQL. First, create a custom repository property with the name github-codeql-disable-overlay and the type "True/false" in the organization's settings. Then in the repository's settings, set this property to true to disable improved incremental analysis. For more information, see Managing custom properties for repositories in your organization. This feature is not yet available on GitHub Enterprise Server. #3507
  • Added an experimental change so that when improved incremental analysis fails on a runner — potentially due to insufficient disk space — the failure is recorded in the Actions cache so that subsequent runs will automatically skip improved incremental analysis until something changes (e.g. a larger runner is provisioned or a new CodeQL version is released). We expect to roll this change out to everyone in March. #3487
  • The minimum memory check for improved incremental analysis is now skipped for CodeQL 2.24.3 and later, which has reduced peak RAM usage. #3515
  • Reduced log levels for best-effort private package registry connection check failures to reduce noise from workflow annotations. #3516
  • Added an experimental change which lowers the minimum disk space requirement for improved incremental analysis, enabling it to run on standard GitHub Actions runners. We expect to roll this change out to everyone in March. #3498
  • Added an experimental change which allows the start-proxy action to resolve the CodeQL CLI version from feature flags instead of using the linked CLI bundle version. We expect to roll this change out to everyone in March. #3512
  • The previously experimental changes from versions 4.32.3, 4.32.4, 3.32.3 and 3.32.4 are now enabled by default. #3503, #3504

4.32.4 - 20 Feb 2026

  • Update default CodeQL bundle version to 2.24.2. #3493
  • Added an experimental change which improves how certificates are generated for the authentication proxy that is used by the CodeQL Action in Default Setup when private package registries are configured. This is expected to generate more widely compatible certificates and should have no impact on analyses which are working correctly already. We expect to roll this change out to everyone in February. #3473
  • When the CodeQL Action is run with debugging enabled in Default Setup and private package registries are configured, the "Setup proxy for registries" step will output additional diagnostic information that can be used for troubleshooting. #3486
  • Added a setting which allows the CodeQL Action to enable network debugging for Java programs. This will help GitHub staff support customers with troubleshooting issues in GitHub-managed CodeQL workflows, such as Default Setup. This setting can only be enabled by GitHub staff. #3485
  • Added a setting which enables GitHub-managed workflows, such as Default Setup, to use a nightly CodeQL CLI release instead of the latest, stable release that is used by default. This will help GitHub staff support customers whose analyses for a given repository or organization require early access to a change in an upcoming CodeQL CLI release. This setting can only be enabled by GitHub staff. #3484

4.32.3 - 13 Feb 2026

  • Added experimental support for testing connections to private package registries. This feature is not currently enabled for any analysis. In the future, it may be enabled by default for Default Setup. #3466

4.32.2 - 05 Feb 2026

  • Update default CodeQL bundle version to 2.24.1. #3460

4.32.1 - 02 Feb 2026

  • A warning is now shown in Default Setup workflow logs if a private package registry is configured using a GitHub Personal Access Token (PAT), but no username is configured. #3422
  • Fixed a bug which caused the CodeQL Action to fail when repository properties cannot successfully be retrieved. #3421

4.32.0 - 26 Jan 2026

  • Update default CodeQL bundle version to 2.24.0. #3425

4.31.11 - 23 Jan 2026

  • When running a Default Setup workflow with Actions debugging enabled, the CodeQL Action will now use more unique names when uploading logs from the Dependabot authentication proxy as workflow artifacts. This ensures that the artifact names do not clash between multiple jobs in a build matrix. #3409

... (truncated)

Commits
  • 0d579ff Merge pull request #3551 from github/update-v4.32.6-72d2d850d
  • d4c6be7 Update changelog for v4.32.6
  • 72d2d85 Merge pull request #3548 from github/update-bundle/codeql-bundle-v2.24.3
  • 23f983c Merge pull request #3544 from github/dependabot/github_actions/dot-github/wor...
  • 832e97c Merge pull request #3545 from github/dependabot/github_actions/dot-github/wor...
  • 5ef38c0 Merge pull request #3546 from github/dependabot/npm_and_yarn/tar-7.5.10
  • 80c9cda Add changelog note
  • f2669dd Update default bundle to codeql-bundle-v2.24.3
  • bd03c44 Merge branch 'main' into dependabot/github_actions/dot-github/workflows/actio...
  • 102d762 Bump tar from 7.5.7 to 7.5.10
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.4 to 4.32.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@89a39a4...0d579ff)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 6, 2026
@dependabot dependabot bot requested a review from acouvreur as a code owner March 6, 2026 18:54
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 6, 2026
@github-actions github-actions bot added the ci label Mar 6, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 6, 2026

@github-actions
Copy link

github-actions bot commented Mar 6, 2026

┌──────────────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Diff between sablier and sablier                                                                         │
├──────────┬───────────────────────────────────────────────────────────────┬──────────┬──────────┬─────────┤
│ PERCENT  │ NAME                                                          │ OLD SIZE │ NEW SIZE │ DIFF    │
├──────────┼───────────────────────────────────────────────────────────────┼──────────┼──────────┼─────────┤
│ +7.35%   │ crypto                                                        │ 1.7 MB   │ 1.8 MB   │ +125 kB │
│ +6.00%   │ runtime                                                       │ 898 kB   │ 952 kB   │ +54 kB  │
│ +100%    │ internal/strconv                                              │          │ 42 kB    │ +42 kB  │
│ +1.97%   │ go.podman.io/storage                                          │ 1.5 MB   │ 1.5 MB   │ +29 kB  │
│ +1.58%   │ net                                                           │ 1.6 MB   │ 1.6 MB   │ +25 kB  │
│ +7.90%   │ reflect                                                       │ 302 kB   │ 325 kB   │ +24 kB  │
│ +35.92%  │ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp │ 51 kB    │ 70 kB    │ +18 kB  │
│ +1.18%   │ go.podman.io/image/v5                                         │ 1.3 MB   │ 1.3 MB   │ +16 kB  │
│ +3.24%   │ slices                                                        │ 315 kB   │ 325 kB   │ +10 kB  │
│ +1.39%   │ <autogenerated>                                               │ 733 kB   │ 743 kB   │ +10 kB  │
│ +100%    │ expvar                                                        │          │ 10 kB    │ +10 kB  │
│ +7.18%   │ github.com/spf13/cast                                         │ 100 kB   │ 107 kB   │ +7.2 kB │
│ +2.60%   │ github.com/go-jose/go-jose/v4                                 │ 254 kB   │ 260 kB   │ +6.6 kB │
│ +109.91% │ errors                                                        │ 5.5 kB   │ 12 kB    │ +6.0 kB │
│ +2.31%   │ go.yaml.in/yaml/v2                                            │ 258 kB   │ 264 kB   │ +6.0 kB │
│ +13.19%  │ github.com/docker/distribution                                │ 44 kB    │ 50 kB    │ +5.8 kB │
│ +100%    │ github.com/letsencrypt/boulder                                │          │ 4.0 kB   │ +4.0 kB │
│ +7.48%   │ github.com/containers/ocicrypt                                │ 51 kB    │ 55 kB    │ +3.8 kB │
│ +1.39%   │ github.com/fxamacker/cbor/v2                                  │ 263 kB   │ 267 kB   │ +3.7 kB │
│ +1.37%   │ text/template                                                 │ 266 kB   │ 269 kB   │ +3.6 kB │
│ +4.23%   │ github.com/cyphar/filepath-securejoin                         │ 81 kB    │ 85 kB    │ +3.4 kB │
│ +1.72%   │ sigs.k8s.io/json                                              │ 161 kB   │ 163 kB   │ +2.8 kB │
│ +1.21%   │ github.com/sablierapp/sablier                                 │ 216 kB   │ 219 kB   │ +2.6 kB │
│ +2.90%   │ github.com/smallstep/pkcs7                                    │ 86 kB    │ 88 kB    │ +2.5 kB │
│ +3.71%   │ github.com/containers/libtrust                                │ 58 kB    │ 60 kB    │ +2.2 kB │
│ +0.29%   │ golang.org/x/crypto                                           │ 686 kB   │ 688 kB   │ +2.0 kB │
│ +1.53%   │ github.com/opencontainers/cgroups                             │ 121 kB   │ 123 kB   │ +1.9 kB │
│ +15.89%  │ internal/runtime/atomic                                       │ 12 kB    │ 13 kB    │ +1.8 kB │
│ +2.01%   │ github.com/containers/podman/v5                               │ 88 kB    │ 90 kB    │ +1.8 kB │
│ +100%    │ github.com/titanous/rocacheck                                 │          │ 1.7 kB   │ +1.7 kB │
│ +0.55%   │ go.yaml.in/yaml/v3                                            │ 298 kB   │ 300 kB   │ +1.6 kB │
│ +11.15%  │ internal/runtime/cgroup                                       │ 14 kB    │ 16 kB    │ +1.6 kB │
│ +0.54%   │ gopkg.in/yaml.v3                                              │ 293 kB   │ 294 kB   │ +1.6 kB │
│ +3.93%   │ bytes                                                         │ 39 kB    │ 41 kB    │ +1.5 kB │
│ +0.72%   │ github.com/pelletier/go-toml/v2                               │ 206 kB   │ 207 kB   │ +1.5 kB │
│ +100%    │ internal/runtime/gc/scan                                      │          │ 1.5 kB   │ +1.5 kB │
│ +100%    │ internal/runtime/syscall/linux                                │          │ 1.5 kB   │ +1.5 kB │
│ +0.29%   │ github.com/klauspost/compress                                 │ 490 kB   │ 491 kB   │ +1.4 kB │
│ +1.12%   │ log                                                           │ 119 kB   │ 120 kB   │ +1.3 kB │
│ +2.36%   │ github.com/go-logr/logr                                       │ 52 kB    │ 53 kB    │ +1.2 kB │
│ +6.93%   │ github.com/stefanberger/go-pkcs11uri                          │ 18 kB    │ 19 kB    │ +1.2 kB │
│ +1.40%   │ github.com/go-viper/mapstructure/v2                           │ 84 kB    │ 85 kB    │ +1.2 kB │
│ +5.27%   │ github.com/sylabs/sif/v2                                      │ 22 kB    │ 23 kB    │ +1.2 kB │
│ +2.92%   │ github.com/mistifyio/go-zfs/v3                                │ 31 kB    │ 32 kB    │ +907 B  │
│ +0.87%   │ fmt                                                           │ 98 kB    │ 99 kB    │ +856 B  │
│ +12.62%  │ internal/cpu                                                  │ 6.4 kB   │ 7.2 kB   │ +809 B  │
│ +3.14%   │ github.com/rivo/uniseg                                        │ 26 kB    │ 26 kB    │ +799 B  │
│ +6.70%   │ github.com/moby/sys/mountinfo                                 │ 11 kB    │ 12 kB    │ +733 B  │
│ +5.98%   │ github.com/docker/go-connections                              │ 12 kB    │ 13 kB    │ +722 B  │
│ +0.89%   │ go.podman.io/common                                           │ 80 kB    │ 81 kB    │ +714 B  │
│ +0.98%   │ vendor/golang.org/x/crypto/chacha20poly1305                   │ 70 kB    │ 70 kB    │ +685 B  │
│ +0.37%   │ encoding/json                                                 │ 161 kB   │ 161 kB   │ +603 B  │
│ +1.75%   │ github.com/lmittmann/tint                                     │ 34 kB    │ 34 kB    │ +589 B  │
│ +1.96%   │ github.com/tchap/go-patricia/v2                               │ 26 kB    │ 27 kB    │ +515 B  │
│ +13.10%  │ github.com/docker/go-units                                    │ 3.8 kB   │ 4.3 kB   │ +498 B  │
│ +100%    │ go/scanner                                                    │          │ 441 B    │ +441 B  │
│ +0.55%   │ github.com/vbatts/tar-split                                   │ 76 kB    │ 76 kB    │ +419 B  │
│ +1.80%   │ dario.cat/mergo                                               │ 23 kB    │ 23 kB    │ +412 B  │
│ +0.90%   │ vendor/golang.org/x/text/unicode/norm                         │ 45 kB    │ 45 kB    │ +404 B  │
│ +0.84%   │ io                                                            │ 47 kB    │ 48 kB    │ +396 B  │
│ +15.06%  │ internal/stringslite                                          │ 2.6 kB   │ 3.0 kB   │ +393 B  │
│ +1.35%   │ vendor/golang.org/x/crypto/cryptobyte                         │ 25 kB    │ 26 kB    │ +343 B  │
│ +25.41%  │ testing                                                       │ 1.1 kB   │ 1.4 kB   │ +291 B  │
│ +0.54%   │ github.com/davecgh/go-spew                                    │ 52 kB    │ 52 kB    │ +279 B  │
│ +1.17%   │ github.com/google/go-intervals                                │ 21 kB    │ 21 kB    │ +241 B  │
│ +1.83%   │ encoding/csv                                                  │ 12 kB    │ 12 kB    │ +221 B  │
│ +0.22%   │ syscall                                                       │ 95 kB    │ 95 kB    │ +212 B  │
│ +51.83%  │ github.com/go-openapi/jsonpointer                             │ 382 B    │ 580 B    │ +198 B  │
│ +0.64%   │ github.com/samber/slog-gin                                    │ 30 kB    │ 30 kB    │ +193 B  │
│ +1.25%   │ github.com/go-logr/stdr                                       │ 15 kB    │ 15 kB    │ +187 B  │
│ +0.96%   │ github.com/moby/sys/capability                                │ 19 kB    │ 19 kB    │ +179 B  │
│ +2.03%   │ github.com/subosito/gotenv                                    │ 8.8 kB   │ 8.9 kB   │ +178 B  │
│ +1.26%   │ github.com/skeema/knownhosts                                  │ 14 kB    │ 14 kB    │ +171 B  │
│ +12.14%  │ github.com/mailru/easyjson                                    │ 1.3 kB   │ 1.5 kB   │ +160 B  │
│ +0.92%   │ github.com/pmezard/go-difflib                                 │ 16 kB    │ 16 kB    │ +148 B  │
│ +1.40%   │ compress/zlib                                                 │ 8.8 kB   │ 8.9 kB   │ +123 B  │
│ +0.51%   │ path                                                          │ 24 kB    │ 24 kB    │ +121 B  │
│ +1.40%   │ internal/fmtsort                                              │ 7.8 kB   │ 7.9 kB   │ +110 B  │
│ +1.26%   │ github.com/tniswong/go.rfcx                                   │ 8.5 kB   │ 8.6 kB   │ +107 B  │
│ +1.54%   │ github.com/moby/sys/user                                      │ 5.6 kB   │ 5.7 kB   │ +86 B   │
│ +9.56%   │ gopkg.in/evanphx/json-patch.v4                                │ 879 B    │ 963 B    │ +84 B   │
│ +0.49%   │ internal/bisect                                               │ 14 kB    │ 15 kB    │ +72 B   │
│ +1.16%   │ vendor/golang.org/x/sys/cpu                                   │ 6.1 kB   │ 6.2 kB   │ +71 B   │
│ +1.41%   │ google.golang.org/genproto/googleapis/rpc                     │ 4.2 kB   │ 4.2 kB   │ +59 B   │
│ +2.52%   │ github.com/mattn/go-sqlite3                                   │ 2.1 kB   │ 2.2 kB   │ +53 B   │
│ +1.08%   │ github.com/opencontainers/runtime-tools                       │ 4.9 kB   │ 4.9 kB   │ +53 B   │
│ +0.41%   │ vendor/golang.org/x/net/http/httpproxy                        │ 12 kB    │ 12 kB    │ +50 B   │
│ +1.13%   │ vendor/golang.org/x/net/http/httpguts                         │ 4.1 kB   │ 4.2 kB   │ +47 B   │
│ +0.17%   │ hash                                                          │ 25 kB    │ 25 kB    │ +43 B   │
│ +0.18%   │ github.com/quic-go/qpack                                      │ 21 kB    │ 21 kB    │ +39 B   │
│ +1.37%   │ vendor/golang.org/x/crypto/internal/poly1305                  │ 2.8 kB   │ 2.8 kB   │ +38 B   │
│ +3.76%   │ github.com/sigstore/sigstore                                  │ 905 B    │ 939 B    │ +34 B   │
│ +2.73%   │ github.com/go-playground/locales                              │ 1.1 kB   │ 1.1 kB   │ +29 B   │
│ +0.05%   │ vendor/golang.org/x/net/dns/dnsmessage                        │ 34 kB    │ 34 kB    │ +18 B   │
│ +0.76%   │ vendor/golang.org/x/text/secure/bidirule                      │ 2.1 kB   │ 2.1 kB   │ +16 B   │
│ +0.03%   │ internal/runtime/maps                                         │ 40 kB    │ 40 kB    │ +14 B   │
│ +2.82%   │ iter                                                          │ 248 B    │ 255 B    │ +7 B    │
│ +0.03%   │ github.com/morikuni/aec                                       │ 14 kB    │ 14 kB    │ +4 B    │
│ -0.00%   │ github.com/opencontainers/selinux                             │ 35 kB    │ 35 kB    │ -1 B    │
│ -0.67%   │ go/token                                                      │ 297 B    │ 295 B    │ -2 B    │
│ -1.51%   │ main                                                          │ 199 B    │ 196 B    │ -3 B    │
│ -0.01%   │ gopkg.in/inf.v0                                               │ 33 kB    │ 33 kB    │ -4 B    │
│ -0.22%   │ container/heap                                                │ 2.3 kB   │ 2.3 kB   │ -5 B    │
│ -1.09%   │ github.com/x448/float16                                       │ 736 B    │ 728 B    │ -8 B    │
│ -0.12%   │ github.com/mattn/go-runewidth                                 │ 6.8 kB   │ 6.8 kB   │ -8 B    │
│ -0.13%   │ container/list                                                │ 7.6 kB   │ 7.6 kB   │ -10 B   │
│ -1.20%   │ internal/synctest                                             │ 834 B    │ 824 B    │ -10 B   │
│ -0.20%   │ vendor/golang.org/x/crypto/chacha20                           │ 7.4 kB   │ 7.4 kB   │ -15 B   │
│ -0.13%   │ text/tabwriter                                                │ 13 kB    │ 13 kB    │ -17 B   │
│ -0.63%   │ internal/syscall/unix                                         │ 4.1 kB   │ 4.1 kB   │ -26 B   │
│ -1.21%   │ golang.org/x/sync                                             │ 2.2 kB   │ 2.2 kB   │ -27 B   │
│ -0.79%   │ internal/sysinfo                                              │ 4.2 kB   │ 4.1 kB   │ -33 B   │
│ -0.99%   │ golang.org/x/term                                             │ 3.5 kB   │ 3.5 kB   │ -35 B   │
│ -2.28%   │ internal/testlog                                              │ 1.8 kB   │ 1.8 kB   │ -42 B   │
│ -0.79%   │ weak                                                          │ 6.9 kB   │ 6.8 kB   │ -54 B   │
│ -0.19%   │ github.com/klauspost/pgzip                                    │ 30 kB    │ 30 kB    │ -57 B   │
│ -0.20%   │ github.com/golang/protobuf                                    │ 33 kB    │ 33 kB    │ -65 B   │
│ -1.65%   │ internal/chacha8rand                                          │ 4.4 kB   │ 4.4 kB   │ -73 B   │
│ -2.23%   │ github.com/moby/sys/userns                                    │ 3.4 kB   │ 3.3 kB   │ -76 B   │
│ -1.74%   │ text/scanner                                                  │ 4.6 kB   │ 4.5 kB   │ -80 B   │
│ -2.92%   │ golang.org/x/oauth2                                           │ 3.0 kB   │ 2.9 kB   │ -88 B   │
│ -0.12%   │ golang.org/x/sys                                              │ 76 kB    │ 76 kB    │ -93 B   │
│ -2.03%   │ encoding/hex                                                  │ 4.7 kB   │ 4.6 kB   │ -96 B   │
│ -1.33%   │ github.com/docker/docker-credential-helpers                   │ 7.3 kB   │ 7.2 kB   │ -97 B   │
│ -1.84%   │ internal/filepathlite                                         │ 5.4 kB   │ 5.3 kB   │ -99 B   │
│ -7.70%   │ internal/lazyregexp                                           │ 1.4 kB   │ 1.2 kB   │ -104 B  │
│ -0.81%   │ compress/gzip                                                 │ 13 kB    │ 13 kB    │ -104 B  │
│ -1.13%   │ internal/godebug                                              │ 9.6 kB   │ 9.5 kB   │ -108 B  │
│ -0.50%   │ vendor/golang.org/x/net/idna                                  │ 22 kB    │ 22 kB    │ -110 B  │
│ -1.97%   │ github.com/modern-go/concurrent                               │ 6.2 kB   │ 6.1 kB   │ -123 B  │
│ -1.91%   │ github.com/sagikazarmark/locafero                             │ 7.0 kB   │ 6.9 kB   │ -134 B  │
│ -8.19%   │ database/sql                                                  │ 1.7 kB   │ 1.5 kB   │ -136 B  │
│ -7.35%   │ internal/runtime/exithook                                     │ 1.9 kB   │ 1.7 kB   │ -138 B  │
│ -0.97%   │ golang.org/x/time                                             │ 17 kB    │ 16 kB    │ -161 B  │
│ -1.71%   │ github.com/go-openapi/swag                                    │ 10 kB    │ 9.8 kB   │ -170 B  │
│ -0.71%   │ sigs.k8s.io/yaml                                              │ 24 kB    │ 24 kB    │ -173 B  │
│ -4.10%   │ internal/singleflight                                         │ 4.5 kB   │ 4.3 kB   │ -184 B  │
│ -0.70%   │ unicode                                                       │ 27 kB    │ 27 kB    │ -190 B  │
│ -0.23%   │ github.com/coreos/go-systemd/v22                              │ 84 kB    │ 84 kB    │ -194 B  │
│ -3.12%   │ internal/bytealg                                              │ 6.3 kB   │ 6.1 kB   │ -196 B  │
│ -4.24%   │ encoding/pem                                                  │ 4.8 kB   │ 4.6 kB   │ -203 B  │
│ -2.70%   │ encoding/base32                                               │ 7.9 kB   │ 7.7 kB   │ -213 B  │
│ -0.71%   │ vendor/golang.org/x/net/http2/hpack                           │ 32 kB    │ 32 kB    │ -227 B  │
│ -8.17%   │ vendor/golang.org/x/text/unicode/bidi                         │ 2.8 kB   │ 2.6 kB   │ -228 B  │
│ -0.75%   │ github.com/blang/semver/v4                                    │ 36 kB    │ 36 kB    │ -269 B  │
│ -0.68%   │ flag                                                          │ 42 kB    │ 41 kB    │ -284 B  │
│ -2.10%   │ compress/bzip2                                                │ 14 kB    │ 13 kB    │ -287 B  │
│ -1.35%   │ github.com/opencontainers/go-digest                           │ 22 kB    │ 21 kB    │ -291 B  │
│ -0.13%   │ github.com/spf13/cobra                                        │ 229 kB   │ 229 kB   │ -304 B  │
│ -2.40%   │ unique                                                        │ 15 kB    │ 15 kB    │ -360 B  │
│ -2.10%   │ github.com/pkg/errors                                         │ 18 kB    │ 17 kB    │ -371 B  │
│ -0.48%   │ archive/tar                                                   │ 80 kB    │ 80 kB    │ -387 B  │
│ -1.91%   │ github.com/google/uuid                                        │ 22 kB    │ 21 kB    │ -412 B  │
│ -2.21%   │ encoding/base64                                               │ 19 kB    │ 19 kB    │ -420 B  │
│ -100%    │ internal/runtime/strconv                                      │ 432 B    │          │ -432 B  │
│ -0.72%   │ github.com/kevinburke/ssh_config                              │ 64 kB    │ 64 kB    │ -463 B  │
│ -4.38%   │ embed                                                         │ 11 kB    │ 11 kB    │ -490 B  │
│ -0.61%   │ image                                                         │ 81 kB    │ 80 kB    │ -495 B  │
│ -1.79%   │ k8s.io/utils                                                  │ 29 kB    │ 28 kB    │ -512 B  │
│ -2.66%   │ github.com/spf13/afero                                        │ 20 kB    │ 20 kB    │ -539 B  │
│ -6.23%   │ github.com/gin-contrib/sse                                    │ 9.4 kB   │ 8.8 kB   │ -583 B  │
│ -0.53%   │ google.golang.org/genproto/googleapis/api                     │ 110 kB   │ 110 kB   │ -584 B  │
│ -9.98%   │ github.com/munnerz/goautoneg                                  │ 6.2 kB   │ 5.6 kB   │ -622 B  │
│ -2.38%   │ sort                                                          │ 29 kB    │ 28 kB    │ -681 B  │
│ -1.32%   │ strings                                                       │ 54 kB    │ 54 kB    │ -718 B  │
│ -100%    │ internal/itoa                                                 │ 733 B    │          │ -733 B  │
│ -2.13%   │ bufio                                                         │ 37 kB    │ 36 kB    │ -793 B  │
│ -0.74%   │ github.com/emicklei/go-restful/v3                             │ 118 kB   │ 117 kB   │ -869 B  │
│ -1.95%   │ github.com/sigstore/protobuf-specs                            │ 46 kB    │ 45 kB    │ -892 B  │
│ -1.42%   │ compress/flate                                                │ 65 kB    │ 64 kB    │ -920 B  │
│ -2.59%   │ github.com/sourcegraph/conc                                   │ 37 kB    │ 36 kB    │ -965 B  │
│ -0.62%   │ github.com/ulikunitz/xz                                       │ 161 kB   │ 160 kB   │ -992 B  │
│ -2.84%   │ sigs.k8s.io/randfill                                          │ 35 kB    │ 34 kB    │ -995 B  │
│ -2.46%   │ encoding/binary                                               │ 41 kB    │ 40 kB    │ -1.0 kB │
│ -1.35%   │ sync                                                          │ 80 kB    │ 79 kB    │ -1.1 kB │
│ -1.07%   │ k8s.io/klog/v2                                                │ 113 kB   │ 112 kB   │ -1.2 kB │
│ -1.34%   │ github.com/vbauerster/mpb/v8                                  │ 91 kB    │ 89 kB    │ -1.2 kB │
│ -1.92%   │ encoding/asn1                                                 │ 69 kB    │ 67 kB    │ -1.3 kB │
│ -1.63%   │ github.com/sirupsen/logrus                                    │ 82 kB    │ 80 kB    │ -1.3 kB │
│ -3.69%   │ github.com/distribution/reference                             │ 37 kB    │ 36 kB    │ -1.4 kB │
│ -100%    │ internal/runtime/syscall                                      │ 1.4 kB   │          │ -1.4 kB │
│ -1.76%   │ go.opentelemetry.io/auto/sdk                                  │ 82 kB    │ 81 kB    │ -1.4 kB │
│ -5.21%   │ github.com/containerd/errdefs                                 │ 30 kB    │ 29 kB    │ -1.6 kB │
│ -0.93%   │ regexp                                                        │ 177 kB   │ 176 kB   │ -1.7 kB │
│ -3.34%   │ internal/reflectlite                                          │ 50 kB    │ 48 kB    │ -1.7 kB │
│ -2.99%   │ internal/sync                                                 │ 57 kB    │ 56 kB    │ -1.7 kB │
│ -2.33%   │ mime                                                          │ 76 kB    │ 74 kB    │ -1.8 kB │
│ -4.05%   │ context                                                       │ 44 kB    │ 42 kB    │ -1.8 kB │
│ -2.88%   │ github.com/spf13/viper                                        │ 66 kB    │ 64 kB    │ -1.9 kB │
│ -1.22%   │ github.com/BurntSushi/toml                                    │ 158 kB   │ 156 kB   │ -1.9 kB │
│ -2.24%   │ internal/poll                                                 │ 93 kB    │ 91 kB    │ -2.1 kB │
│ -0.71%   │ github.com/go-playground/validator/v10                        │ 310 kB   │ 308 kB   │ -2.2 kB │
│ -1.78%   │ github.com/modern-go/reflect2                                 │ 136 kB   │ 134 kB   │ -2.4 kB │
│ -0.84%   │ math                                                          │ 295 kB   │ 293 kB   │ -2.5 kB │
│ -4.62%   │ github.com/leodido/go-urn                                     │ 56 kB    │ 53 kB    │ -2.6 kB │
│ -0.76%   │ github.com/docker/docker                                      │ 392 kB   │ 390 kB   │ -3.0 kB │
│ -2.10%   │ golang.org/x/text                                             │ 154 kB   │ 150 kB   │ -3.2 kB │
│ -2.30%   │ time                                                          │ 155 kB   │ 152 kB   │ -3.6 kB │
│ -0.84%   │ k8s.io/kube-openapi                                           │ 448 kB   │ 444 kB   │ -3.8 kB │
│ -1.97%   │ os                                                            │ 208 kB   │ 204 kB   │ -4.1 kB │
│ -1.39%   │ github.com/godbus/dbus/v5                                     │ 329 kB   │ 325 kB   │ -4.6 kB │
│ -1.57%   │ github.com/gin-gonic/gin                                      │ 297 kB   │ 292 kB   │ -4.7 kB │
│ -4.09%   │ encoding/xml                                                  │ 121 kB   │ 116 kB   │ -5.0 kB │
│ -1.78%   │ github.com/spf13/pflag                                        │ 282 kB   │ 277 kB   │ -5.0 kB │
│ -7.85%   │ internal/abi                                                  │ 71 kB    │ 65 kB    │ -5.6 kB │
│ -2.15%   │ sigs.k8s.io/structured-merge-diff/v6                          │ 263 kB   │ 257 kB   │ -5.7 kB │
│ -2.69%   │ github.com/gabriel-vasile/mimetype                            │ 218 kB   │ 212 kB   │ -5.9 kB │
│ -5.22%   │ html                                                          │ 139 kB   │ 132 kB   │ -7.3 kB │
│ -0.47%   │ k8s.io/apimachinery                                           │ 1.6 MB   │ 1.6 MB   │ -7.4 kB │
│ -2.97%   │ github.com/google/go-cmp                                      │ 289 kB   │ 281 kB   │ -8.6 kB │
│ -2.18%   │ github.com/json-iterator/go                                   │ 421 kB   │ 412 kB   │ -9.2 kB │
│ -1.07%   │ google.golang.org/grpc                                        │ 1.1 MB   │ 1.0 MB   │ -11 kB  │
│ -0.94%   │ github.com/quic-go/quic-go                                    │ 1.2 MB   │ 1.2 MB   │ -11 kB  │
│ -1.89%   │ github.com/goccy/go-yaml                                      │ 670 kB   │ 658 kB   │ -13 kB  │
│ -2.34%   │ golang.org/x/net                                              │ 833 kB   │ 814 kB   │ -20 kB  │
│ -1.46%   │ google.golang.org/protobuf                                    │ 1.7 MB   │ 1.7 MB   │ -25 kB  │
│ -71.79%  │ strconv                                                       │ 60 kB    │ 17 kB    │ -43 kB  │
│ -11.76%  │ go.opentelemetry.io/otel                                      │ 374 kB   │ 330 kB   │ -44 kB  │
│ -3.61%   │ github.com/google/gnostic-models                              │ 1.5 MB   │ 1.5 MB   │ -55 kB  │
│ -0.45%   │ k8s.io/api                                                    │ 16 MB    │ 16 MB    │ -71 kB  │
│ -1.27%   │ k8s.io/client-go                                              │ 13 MB    │ 13 MB    │ -164 kB │
├──────────┼───────────────────────────────────────────────────────────────┼──────────┼──────────┼─────────┤
│ +1.47%   │ .data                                                         │ 257 kB   │ 260 kB   │ +3.8 kB │
│ +0.12%   │ .noptrdata                                                    │ 826 kB   │ 826 kB   │ +994 B  │
│ +100%    │ .go.module                                                    │          │ 592 B    │ +592 B  │
│ +0.49%   │ .typelink                                                     │ 109 kB   │ 110 kB   │ +532 B  │
│ +1.04%   │ .itablink                                                     │ 28 kB    │ 28 kB    │ +288 B  │
│ +1.81%   │ .go.buildinfo                                                 │ 14 kB    │ 14 kB    │ +256 B  │
│ -11.96%  │ .shstrtab                                                     │ 184 B    │ 162 B    │ -22 B   │
│ -22.13%  │ .rodata                                                       │ 12 MB    │ 9.2 MB   │ -2.6 MB │
├──────────┼───────────────────────────────────────────────────────────────┼──────────┼──────────┼─────────┤
│ +0.75%   │ sablier                                                       │ 65 MB    │ 66 MB    │ +492 kB │
│          │ sablier                                                       │          │          │         │
└──────────┴───────────────────────────────────────────────────────────────┴──────────┴──────────┴─────────┘

@github-actions
Copy link

github-actions bot commented Mar 6, 2026

✅ All tests successful. No failed tests were found.

📣 Thoughts on this report? Let Codecov know! | Powered by Codecov

@codecov
Copy link

codecov bot commented Mar 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants