-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump github.com/cyphar/filepath-securejoin from 0.3.5 to 0.3.6 #4560
build(deps): bump github.com/cyphar/filepath-securejoin from 0.3.5 to 0.3.6 #4560
Conversation
The linter warning here is a mystery to me. Here's what it says:
The code in question is here: runc/libcontainer/capabilities/capabilities_linux_test.go Lines 52 to 58 in aace922
So, the warning seems valid but it's not (as calling Now, the mystery is why we haven't seen the warning before -- it's the same code (since 2021, commit 5fb831a) and the same linter version (since August, commit 606257c). Trying to update golangci-lint to v1.62 in #4561 to make this go away. |
Funny, I wanted to re-run the lint CI job to see if this is a one-off or not, and saw that @cyphar already did that (and the linter warning stays the same). |
Yeah, I was also confused by the failure and got to the same point you did. I hoped it was some super wacky race condition in the linter and not something we'd have to go debug. 😅 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dependabot rebase
@dependabot merge
Dependabot tried to merge this PR, but received the following error from GitHub:
|
Bumps [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/cyphar/filepath-securejoin/releases) - [Changelog](https://github.com/cyphar/filepath-securejoin/blob/main/CHANGELOG.md) - [Commits](cyphar/filepath-securejoin@v0.3.5...v0.3.6) --- updated-dependencies: - dependency-name: github.com/cyphar/filepath-securejoin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
128583e
to
71327d7
Compare
Huh, I thought dependabot would be able to handle setting up auto-merge for review requirements. |
Dependabot tried to merge this PR, but received the following error from GitHub:
|
Bumps github.com/cyphar/filepath-securejoin from 0.3.5 to 0.3.6.
Release notes
Sourced from github.com/cyphar/filepath-securejoin's releases.
Changelog
Sourced from github.com/cyphar/filepath-securejoin's changelog.
Commits
200008e
VERSION: release v0.3.643784dc
tests: lower github.com/stretchr/testify requirement to v1.7.12ec07d2
merge #37 into cyphar/filepath-securejoin:maind17d372
gha: use stable/oldstable go versions2d9831f
gha: compile-test for all supported Go versions31bfec2
gha: test older Go versions in CIe11873c
deps: downgrade golang.org/x/sys requirement6ef6896
go: lower Go requirement to Go 1.18a06a225
tests: don't call testing.Testing() in mocks07ceaf0
merge #36 into cyphar/filepath-securejoin:mainDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)