Skip to content

Commit

Permalink
chore: Update dependency securego/gosec to v2.21.4 (#220)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [securego/gosec](https://redirect.github.com/securego/gosec) | patch |
`v2.21.3` -> `v2.21.4` |

---

### Release Notes

<details>
<summary>securego/gosec (securego/gosec)</summary>

###
[`v2.21.4`](https://redirect.github.com/securego/gosec/releases/tag/v2.21.4)

[Compare
Source](https://redirect.github.com/securego/gosec/compare/v2.21.3...v2.21.4)

#### Changelog

-
[`d4617f5`](https://redirect.github.com/securego/gosec/commit/d4617f51baf75f4f809066386a4f9d27b3ac3e46)
chore(deps): update module google.golang.org/api to v0.198.0
([#&#8203;1233](https://redirect.github.com/securego/gosec/issues/1233))
-
[`1d23143`](https://redirect.github.com/securego/gosec/commit/1d23143bee7e7e4862d955def8f8bb389fd8b456)
Prevent panic: unexpected constant value: <nil>
([#&#8203;1232](https://redirect.github.com/securego/gosec/issues/1232))
-
[`6741874`](https://redirect.github.com/securego/gosec/commit/6741874d9bc3feeba24ddb5fd353455a0da3b301)
Fix running single analyzer which isn't a rule bug
([#&#8203;1231](https://redirect.github.com/securego/gosec/issues/1231))
-
[`a836898`](https://redirect.github.com/securego/gosec/commit/a83689867d8e15cac0f94c1b55979c45df8f69d6)
Update gosec version to v2.21.3 in github action
([#&#8203;1227](https://redirect.github.com/securego/gosec/issues/1227))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" (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:eyJjcmVhdGVkSW5WZXIiOiIzOC45Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguOTcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGUiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent fb25c23 commit bf0fe40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ifndef REVISION
endif

# renovate datasource=github-releases depName=securego/gosec
GOSEC_VERSION := v2.21.3
GOSEC_VERSION := v2.21.4
# renovate datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION := v1.61.0
# renovate datasource=go depName=golang.org/x/vuln/cmd/govulncheck
Expand Down

0 comments on commit bf0fe40

Please sign in to comment.