Skip to content
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

chore(deps): update all dependencies #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action patch v4.1.1 -> v4.1.7 age adoption passing confidence
actions/dependency-review-action action minor v4.2.5 -> v4.3.3 age adoption passing confidence
actions/setup-go action patch v5.0.0 -> v5.0.1 age adoption passing confidence
github.com/golangci/golangci-lint require minor v1.57.2 -> v1.59.1 age adoption passing confidence
github.com/urfave/cli/v2 require patch v2.27.1 -> v2.27.2 age adoption passing confidence
github/codeql-action action minor v3.24.10 -> v3.25.10 age adoption passing confidence
go (source) toolchain patch 1.22.2 -> 1.22.4 age adoption passing confidence
google.golang.org/protobuf require minor v1.33.0 -> v1.34.2 age adoption passing confidence
step-security/harden-runner action minor v2.7.0 -> v2.8.1 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

Compare Source

v4.1.3

Compare Source

What's Changed

Full Changelog: actions/checkout@v4.1.2...v4.1.3

v4.1.2

Compare Source

actions/dependency-review-action (actions/dependency-review-action)

v4.3.3: Notes for v4.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.3.2...v4.3.3

v4.3.2

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4.3.1...v4.3.2

v4.3.1

Compare Source

What's Changed

This release fixes some bugs related to package-url parsing that were introduced in 4.3.0. See https://github.com/actions/dependency-review-action/pull/753.

Full Changelog: actions/dependency-review-action@V4.3.0...v4.3.1

v4.3.0

Compare Source

New Features

  • The deny-packages option can now be used without a version number to exclude all versions of a package.

What's Changed

New Contributors

Full Changelog: actions/dependency-review-action@v4.2.5...V4.3.0

actions/setup-go (actions/setup-go)

v5.0.1

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5.0.0...v5.0.1

golangci/golangci-lint (github.com/golangci/golangci-lint)

v1.59.1

Compare Source

golangci-lint is a free and open-source project built by volunteers.

If you value it, consider supporting us, the maintainers and linter authors.

We appreciate it! ❤️

For key updates, see the changelog.

Changelog

  • f738736 build(deps): bump github.com/Antonboom/testifylint from 1.3.0 to 1.3.1 (#​4759)
  • 44b3cdd build(deps): bump github.com/go-viper/mapstructure/v2 from 2.0.0-alpha.1 to 2.0.0 (#​4788)
  • 1a55854 build(deps): bump github.com/golangci/misspell from 0.5.1 to 0.6.0 (#​4804)
  • 9a7a1ad build(deps): bump github.com/polyfloyd/go-errorlint from 1.5.1 to 1.5.2 (#​4785)
  • aaff918 build(deps): bump github.com/sashamelentyev/usestdlibvars from 1.25.0 to 1.26.0 (#​4801)
  • a0d2c83 build(deps): bump github.com/shirou/gopsutil/v3 from 3.24.4 to 3.24.5 (#​4782)
  • 2042b1f build(deps): bump go-simpler.org/sloglint from 0.7.0 to 0.7.1 (#​4784)
  • 327a78a build(deps): bump golang.org/x/tools from 0.21.0 to 0.22.0 (#​4802)
  • e1a8055 fix: SARIF format require issue column >= 1 (#​4775)
  • 88f60c8 fix: gomnd deprecated configuration compatibility (#​4768)
  • 8173166 fix: init empty result slice for SARIF printer (#​4758)
  • 02740ea intrange: add style preset (#​4797)
  • 615b873 unparam: bump to HEAD (#​4786)

v1.59.0

Compare Source

v1.58.2

Compare Source

  1. Updated linters
    • canonicalheader: from 1.0.6 to 1.1.1
    • gosec: from 2.19.0 to 2.20.0
    • musttag: from 0.12.1 to 0.12.2
    • nilnil: from 0.1.8 to 0.1.9
  2. Documentation
    • Improve integrations and install pages

v1.58.1

Compare Source

v1.58.0

Compare Source

urfave/cli (github.com/urfave/cli/v2)

v2.27.2

Compare Source

What's Changed

New Contributors

Full Changelog: urfave/cli@v2.27.1...v2.27.2

github/codeql-action (github/codeql-action)

v3.25.10

Compare Source

v3.25.9

Compare Source

v3.25.8

Compare Source

v3.25.7

Compare Source

v3.25.6

Compare Source

v3.25.5

Compare Source

v3.25.4

Compare Source

v3.25.3

Compare Source

v3.25.2

Compare Source

v3.25.1

Compare Source

v3.25.0

Compare Source

v3.24.11

Compare Source

golang/go (go)

v1.22.4

v1.22.3

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.34.2

Compare Source

Minor feature:

  • CL/589336: gofeatures: allow setting legacy_unmarshal_json_enum feature at file level

Minor bug fixes:

  • CL/588875: types/descriptorpb: regenerate using latest protobuf v27.0 release
  • CL/586396: internal/impl: fix size cache semantics with lazy decoding
  • CL/585736: reflect/protodesc: remove obsolete JSON name check from desc validator
  • CL/588976: reflect/protoreflect: FieldDescriptor.Kind should never be GroupKind for maps or fields of map entry

v1.34.1

Compare Source

Minor fixes for editions compliance:

  • CL/582635: all: update to protobuf 27.0-rc1 and regenerate protos
  • CL/582755: encoding/proto[json|text]: accept lower case names for group-like fields

v1.34.0

Compare Source

step-security/harden-runner (step-security/harden-runner)

v2.8.1

Compare Source

What's Changed

Full Changelog: step-security/harden-runner@v2...v2.8.1

v2.8.0

Compare Source

What's Changed

Release v2.8.0 by @​h0x0er and @​varunsh-coder in https://github.com/step-security/harden-runner/pull/416
This release includes:

  • File Monitoring Enhancements: Adds the capability to view the name and path of every file written during the build process.
  • Process Tracking Enhancements: Adds the capability to view process names and arguments of processes run during the build process.

These enhancements are based on insights from the XZ Utils incident, aimed at improving observability and detections during the build process.

Full Changelog: step-security/harden-runner@v2...v2.8.0

v2.7.1

Compare Source

What's Changed

Release v2.7.1 by @​varunsh-coder, @​h0x0er, @​ashishkurmi in https://github.com/step-security/harden-runner/pull/397
This release:

  • Improves the capability to inspect outbound HTTPS traffic on GitHub-hosted and self-hosted VM runners
  • Updates README to add link to case study video on how Harden-Runner detected a supply chain attack on a Google open-source project
  • Addresses minor bugs

Full Changelog: step-security/harden-runner@v2.7.0...v2.7.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.25.0 chore(deps): update github/codeql-action action to v3.25.1 Apr 17, 2024
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v3.25.1 chore(deps): update all dependencies Apr 22, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 9ef3cb9 to a690868 Compare April 27, 2024 15:38
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 271d47f to 2b0ed75 Compare May 6, 2024 17:00
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from a7f17e4 to 2479c77 Compare May 13, 2024 15:14
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 220b8fb to af86839 Compare May 22, 2024 03:19
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 34caf0a to 42caaf2 Compare May 31, 2024 14:34
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: hack/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 35 additional dependencies were updated

Details:

Package Change
github.com/4meepo/tagalign v1.3.3 -> v1.3.4
github.com/Antonboom/errname v0.1.12 -> v0.1.13
github.com/Antonboom/nilnil v0.1.7 -> v0.1.9
github.com/Antonboom/testifylint v1.2.0 -> v1.3.1
github.com/BurntSushi/toml v1.3.2 -> v1.4.0
github.com/butuzov/mirror v1.1.0 -> v1.2.0
github.com/ckaznocha/intrange v0.1.1 -> v0.1.2
github.com/daixiang0/gci v0.12.3 -> v0.13.4
github.com/fatih/color v1.16.0 -> v1.17.0
github.com/firefart/nonamedreturns v1.0.4 -> v1.0.5
github.com/ghostiam/protogetter v0.3.5 -> v0.3.6
github.com/go-critic/go-critic v0.11.2 -> v0.11.4
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 -> v2.0.0
github.com/golangci/misspell v0.4.1 -> v0.6.0
github.com/golangci/revgrep v0.5.2 -> v0.5.3
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/jjti/go-spancheck v0.5.3 -> v0.6.1
github.com/karamaru-alpha/copyloopvar v1.0.10 -> v1.1.0
github.com/leonklingele/grouper v1.1.1 -> v1.1.2
github.com/pelletier/go-toml/v2 v2.2.0 -> v2.2.2
github.com/polyfloyd/go-errorlint v1.4.8 -> v1.5.2
github.com/ryancurrah/gomodguard v1.3.1 -> v1.3.2
github.com/sashamelentyev/usestdlibvars v1.25.0 -> v1.26.0
github.com/securego/gosec/v2 v2.19.0 -> v2.20.1-0.20240525090044-5f0084eb01a9
github.com/ultraware/whitespace v0.1.0 -> v0.1.1
github.com/yeya24/promlinter v0.2.0 -> v0.3.0
gitlab.com/bosi/decorder v0.4.1 -> v0.4.2
go-simpler.org/musttag v0.9.0 -> v0.12.2
go-simpler.org/sloglint v0.5.0 -> v0.7.1
golang.org/x/mod v0.16.0 -> v0.18.0
golang.org/x/sync v0.6.0 -> v0.7.0
golang.org/x/sys v0.18.0 -> v0.21.0
golang.org/x/text v0.14.0 -> v0.15.0
golang.org/x/tools v0.19.0 -> v0.22.0
mvdan.cc/unparam v0.0.0-20240104100049-c549a3470d14 -> v0.0.0-20240528143540-8a5130ca722f
File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/cpuguy83/go-md2man/v2 v2.0.2 -> v2.0.4
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 -> v0.0.0-20240312152122-5f08fbb34913

@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2085b93 to f356425 Compare June 7, 2024 15:48
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 2c720c9 to a1dc2c6 Compare June 12, 2024 23:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants