Skip to content

Commit fcd8814

Browse files
chore: Update dependency securego/gosec to v2.22.5 (#63)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [securego/gosec](https://redirect.github.com/securego/gosec) | patch | `v2.22.4` -> `v2.22.5` | --- ### Release Notes <details> <summary>securego/gosec (securego/gosec)</summary> ### [`v2.22.5`](https://redirect.github.com/securego/gosec/releases/tag/v2.22.5) [Compare Source](https://redirect.github.com/securego/gosec/compare/v2.22.4...v2.22.5) #### Changelog - [`d2d3ae6`](https://redirect.github.com/securego/gosec/commit/d2d3ae66bd8d340b78b5142b6fe610691783c2fe) Switch back go.mod to minimum 1.23.0 - [`1e7ed06`](https://redirect.github.com/securego/gosec/commit/1e7ed06b152a8a835f64c0c2a0f4ef7b83434ae8) Update dependencies - [`1bef91a`](https://redirect.github.com/securego/gosec/commit/1bef91a07f24a9853461be9d3f13df7ee0dfc44c) Update go version 1.24.4 and 1.23.10 in CI - [`621702f`](https://redirect.github.com/securego/gosec/commit/621702f13a80eed1b8e60d1fa35b128d622832cb) chore(deps): update all dependencies - [`017d1d6`](https://redirect.github.com/securego/gosec/commit/017d1d655c299165954ba3c6d99bdb86319ecb6a) G201/G202: add checks for injection into sql.Conn methods - [`67f63d4`](https://redirect.github.com/securego/gosec/commit/67f63d47819d2766119d7f5df1cc898e6d985516) chore(deps): update module google.golang.org/api to v0.235.0 - [`b4eabb1`](https://redirect.github.com/securego/gosec/commit/b4eabb1b18f22ef42f267d416701e57e82394e14) chore(deps): update module google.golang.org/api to v0.234.0 - [`52a80ff`](https://redirect.github.com/securego/gosec/commit/52a80ff4bdb2e571227a1cfaab461a430e0d8800) chore(deps): update module google.golang.org/api to v0.233.0 - [`e2a9506`](https://redirect.github.com/securego/gosec/commit/e2a95069d97743102fc5988eef8bd1a118c9b79c) chore(deps): update module google.golang.org/api to v0.232.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->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/nobl9/nobl9-language-server). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 32d2f0a commit fcd8814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LDFLAGS := -s -w \
1616
-X $(VERSION_PKG).BuildGitRevision=$(REVISION)
1717

1818
# renovate datasource=github-releases depName=securego/gosec
19-
GOSEC_VERSION := v2.22.4
19+
GOSEC_VERSION := v2.22.5
2020
# renovate datasource=github-releases depName=golangci/golangci-lint
2121
GOLANGCI_LINT_VERSION := v1.64.8
2222
# renovate datasource=go depName=golang.org/x/vuln/cmd/govulncheck

0 commit comments

Comments
 (0)