Skip to content

Commit 3a89b78

Browse files
chore: Update dependency securego/gosec to v2.22.2 (#300)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [securego/gosec](https://redirect.github.com/securego/gosec) | patch | `v2.22.1` -> `v2.22.2` | --- ### Release Notes <details> <summary>securego/gosec (securego/gosec)</summary> ### [`v2.22.2`](https://redirect.github.com/securego/gosec/releases/tag/v2.22.2) [Compare Source](https://redirect.github.com/securego/gosec/compare/v2.22.1...v2.22.2) #### Changelog - [`136f6c0`](https://redirect.github.com/securego/gosec/commit/136f6c00402b11775d4f4a45d5a21e2f6dd99db2) Update to go version 1.24.1 and 1.23.7 ([#&#8203;1313](https://redirect.github.com/securego/gosec/issues/1313)) - [`047453a`](https://redirect.github.com/securego/gosec/commit/047453a82f5e8e5d55730f8108582c32943b04ea) chore(deps): update all dependencies ([#&#8203;1310](https://redirect.github.com/securego/gosec/issues/1310)) - [`76ccee5`](https://redirect.github.com/securego/gosec/commit/76ccee5b2f4f8fb99c34e156717967b7e57d160d) chore(deps): update all dependencies ([#&#8203;1308](https://redirect.github.com/securego/gosec/issues/1308)) - [`a9eb1c9`](https://redirect.github.com/securego/gosec/commit/a9eb1c96fae2533bee92dc08d311cd36d4ec2493) Update gosec version in the GitHub action to v2.22.1 ([#&#8203;1307](https://redirect.github.com/securego/gosec/issues/1307)) - [`89c5da3`](https://redirect.github.com/securego/gosec/commit/89c5da3ce07d6df76c067f331f2fcfdb6b30c736) chore(deps): update module google.golang.org/api to v0.221.0 ([#&#8203;1305](https://redirect.github.com/securego/gosec/issues/1305)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 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/sloctl). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xODUuNCIsInVwZGF0ZWRJblZlciI6IjM5LjE4NS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cfe4fe3 commit 3a89b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ifndef REVISION
1515
endif
1616

1717
# renovate datasource=github-releases depName=securego/gosec
18-
GOSEC_VERSION := v2.22.1
18+
GOSEC_VERSION := v2.22.2
1919
# renovate datasource=github-releases depName=golangci/golangci-lint
2020
GOLANGCI_LINT_VERSION := v1.64.6
2121
# renovate datasource=go depName=golang.org/x/vuln/cmd/govulncheck

0 commit comments

Comments
 (0)