Skip to content

Commit caddeb6

Browse files
chore: Update dependency securego/gosec to v2.24.6 (#98)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [securego/gosec](https://redirect.github.com/securego/gosec) | patch | `v2.24.0` → `v2.24.6` | --- ### Release Notes <details> <summary>securego/gosec (securego/gosec)</summary> ### [`v2.24.6`](https://redirect.github.com/securego/gosec/releases/tag/v2.24.6) [Compare Source](https://redirect.github.com/securego/gosec/compare/v2.24.0...v2.24.6) #### Changelog - [`88835e8`](https://redirect.github.com/securego/gosec/commit/88835e86bba381290c2f60a1c73610995b1502eb) Update gorelease to use the latest cosign bundle argument ([#&#8203;1565](https://redirect.github.com/securego/gosec/issues/1565)) </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:eyJjcmVhdGVkSW5WZXIiOiI0My40My4yIiwidXBkYXRlZEluVmVyIjoiNDMuNDMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a455b77 commit caddeb6

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.24.0
19+
GOSEC_VERSION := v2.24.6
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)