From 6cc0ae94edd47f4209e326f3e90d93a8837afb10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jan 2026 08:09:18 +0100 Subject: [PATCH] chore(deps): update module go.augendre.info/arangolint to v0.4.0 (#7765) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [go.augendre.info/arangolint](https://redirect.github.com/Crocmagnon/arangolint) | `v0.3.1` → `v0.4.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/go.augendre.info%2farangolint/v0.4.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.augendre.info%2farangolint/v0.3.1/v0.4.0?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
Crocmagnon/arangolint (go.augendre.info/arangolint) ### [`v0.4.0`](https://redirect.github.com/Crocmagnon/arangolint/releases/tag/v0.4.0) [Compare Source](https://redirect.github.com/Crocmagnon/arangolint/compare/v0.3.1...v0.4.0) #### Summary - New rule: detect potential query injections ([#​17](https://redirect.github.com/Crocmagnon/arangolint/issues/17)) - with the help of genAI - Dependency updates #### Changelog - [`01815fd`](https://redirect.github.com/Crocmagnon/arangolint/commit/01815fdafdb4367c65939ad3cc35e80b0021f5d4) Bump golang.org/x/tools from 0.38.0 to 0.39.0 - [`1bc6299`](https://redirect.github.com/Crocmagnon/arangolint/commit/1bc6299893d2ca90391abc27e20aec6e1eabe74d) Bump golang.org/x/tools from 0.39.0 to 0.40.0 - [`8be78e8`](https://redirect.github.com/Crocmagnon/arangolint/commit/8be78e89a6df2847e8d68eab3a1c7ef901e28bd9) Bump the github-actions group with 2 updates - [`dad4e88`](https://redirect.github.com/Crocmagnon/arangolint/commit/dad4e88d2e97ee3f1982780cc363dd6cc97d9d9d) Merge pull request [#​14](https://redirect.github.com/Crocmagnon/arangolint/issues/14) from Crocmagnon/dependabot/go\_modules/golang.org/x/tools-0.39.0 - [`47cea8b`](https://redirect.github.com/Crocmagnon/arangolint/commit/47cea8b139b116e0ce06a25be2ddb3c20ad1615b) Merge pull request [#​15](https://redirect.github.com/Crocmagnon/arangolint/issues/15) from Crocmagnon/dependabot/github\_actions/github-actions-14cb627f6c - [`06c25ac`](https://redirect.github.com/Crocmagnon/arangolint/commit/06c25ac4d6124a132a08ae636640345570d8d372) Merge pull request [#​16](https://redirect.github.com/Crocmagnon/arangolint/issues/16) from Crocmagnon/dependabot/go\_modules/golang.org/x/tools-0.40.0 - [`4faa367`](https://redirect.github.com/Crocmagnon/arangolint/commit/4faa3678ff016d35b44544b5f44bb2efc1cd3b75) detect potential query injections
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- internal/tools/go.mod | 2 +- internal/tools/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/tools/go.mod b/internal/tools/go.mod index e200b1aee..8889a95fb 100644 --- a/internal/tools/go.mod +++ b/internal/tools/go.mod @@ -222,7 +222,7 @@ require ( gitlab.com/bosi/decorder v0.4.2 // indirect go-simpler.org/musttag v0.14.0 // indirect go-simpler.org/sloglint v0.11.1 // indirect - go.augendre.info/arangolint v0.3.1 // indirect + go.augendre.info/arangolint v0.4.0 // indirect go.augendre.info/fatcontext v0.9.0 // indirect go.opentelemetry.io/build-tools v0.29.0 // indirect go.uber.org/automaxprocs v1.6.0 // indirect diff --git a/internal/tools/go.sum b/internal/tools/go.sum index 197f1a028..80b2bcf06 100644 --- a/internal/tools/go.sum +++ b/internal/tools/go.sum @@ -522,8 +522,8 @@ go-simpler.org/musttag v0.14.0 h1:XGySZATqQYSEV3/YTy+iX+aofbZZllJaqwFWs+RTtSo= go-simpler.org/musttag v0.14.0/go.mod h1:uP8EymctQjJ4Z1kUnjX0u2l60WfUdQxCwSNKzE1JEOE= go-simpler.org/sloglint v0.11.1 h1:xRbPepLT/MHPTCA6TS/wNfZrDzkGvCCqUv4Bdwc3H7s= go-simpler.org/sloglint v0.11.1/go.mod h1:2PowwiCOK8mjiF+0KGifVOT8ZsCNiFzvfyJeJOIt8MQ= -go.augendre.info/arangolint v0.3.1 h1:n2E6p8f+zfXSFLa2e2WqFPp4bfvcuRdd50y6cT65pSo= -go.augendre.info/arangolint v0.3.1/go.mod h1:6ZKzEzIZuBQwoSvlKT+qpUfIbBfFCE5gbAoTg0/117g= +go.augendre.info/arangolint v0.4.0 h1:xSCZjRoS93nXazBSg5d0OGCi9APPLNMmmLrC995tR50= +go.augendre.info/arangolint v0.4.0/go.mod h1:l+f/b4plABuFISuKnTGD4RioXiCCgghv2xqst/xOvAA= go.augendre.info/fatcontext v0.9.0 h1:Gt5jGD4Zcj8CDMVzjOJITlSb9cEch54hjRRlN3qDojE= go.augendre.info/fatcontext v0.9.0/go.mod h1:L94brOAT1OOUNue6ph/2HnwxoNlds9aXDF2FcUntbNw= go.opentelemetry.io/build-tools v0.29.0 h1:dG1zmHKYTMsP0zGT34+32/U+YR+lcJ8kka7Lc4RAoT4=