Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix(deps): update all#12

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all
Open

fix(deps): update all#12
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Jan 13, 2021

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/cache action patch v2.1.6v2.1.8 age confidence
actions/checkout action minor v2.3.4v2.7.0 age confidence
alpine final minor 3.16.03.24.1 age confidence
github.com/stretchr/testify require minor v1.6.1v1.11.1 age confidence
github.com/tailscale/depaware require digest 77d1e97835d31c age confidence
golang stage minor 1.18.1-alpine1.26.5-alpine age confidence
golangci/golangci-lint uses-with minor v1.31v1.64.8 age confidence
markdownlint-cli dependencies minor 0.26.00.49.0 age confidence
moul.io/u require minor v1.20.0v1.27.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/cache (actions/cache)

v2.1.8: Updating actions/core to version 1.10.0

Compare Source

The ::save-state and ::set-output are deprecated. The newer version of actions/core >1.10.0 uses the new syntax for save and set output. After this change, customers using actions/cache@​v2 won't see deprecation warning message.

v2.1.7

Compare Source

Support 10GB cache upload using the latest version 1.0.8 of @actions/cache

actions/checkout (actions/checkout)

v2.7.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.6.0...v2.7.0

v2.6.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.5.0

v2.4.2

Compare Source

What's Changed

Full Changelog: actions/checkout@v2...v2.4.2

v2.4.1

Compare Source

  • Fixed an issue where checkout failed to run in container jobs due to the new git setting safe.directory

v2.4.0

Compare Source

  • Convert SSH URLs like org-<ORG_ID>@&#8203;github.com: to https://github.com/ - pr

v2.3.5

Compare Source

Update dependencies

stretchr/testify (github.com/stretchr/testify)

v1.11.1

Compare Source

This release fixes #​1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.

What's Changed

Full Changelog: stretchr/testify@v1.11.0...v1.11.1

v1.11.0

Compare Source

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes
Documentation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.10.0...v1.11.0

v1.10.0

Compare Source

What's Changed
Functional Changes
Fixes
Documentation, Build & CI
New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.0

v1.8.4

Compare Source

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.8.3...v1.8.4

v1.8.3

Compare Source

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.8.2...v1.8.3

v1.8.2

Compare Source

What's Changed
New Contributors

Full Changelog: stretchr/testify@v1.8.1...v1.8.2

v1.8.1

Compare Source

What's Changed

Full Changelog: stretchr/testify@v1.8.0...v1.8.1

v1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.5...v1.8.0

v1.7.5

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.4...v1.7.5

v1.7.4

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.3...v1.7.4

v1.7.3

Compare Source

What's Changed

Full Changelog: stretchr/testify@v1.7.2...v1.7.3

v1.7.2

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.7.1...v1.7.2

v1.7.1

[Compare Source](

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from moul as a code owner January 13, 2021 10:26
@codecov

codecov Bot commented Jan 13, 2021

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.37%. Comparing base (f533f00) to head (f380b05).
Report is 12 commits behind head on master.

Current head f380b05 differs from pull request most recent head 871a371

Please upload reports for the commit 871a371 to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #12   +/-   ##
=======================================
  Coverage   82.37%   82.37%           
=======================================
  Files           1        1           
  Lines         278      278           
=======================================
  Hits          229      229           
  Misses         37       37           
  Partials       12       12           
Flag Coverage Δ
unittests 82.37% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate Bot changed the title chore(deps): update module stretchr/testify to v1.7.0 fix(deps): update module stretchr/testify to v1.7.0 Feb 18, 2021
@auto-add-label auto-add-label Bot added bug Something isn't working and removed dependencies labels Feb 18, 2021
@renovate renovate Bot changed the title fix(deps): update module stretchr/testify to v1.7.0 fix(deps): update module github.com/stretchr/testify to v1.7.0 Feb 22, 2021
@renovate renovate Bot changed the title fix(deps): update module github.com/stretchr/testify to v1.7.0 fix(deps): update all Mar 2, 2021
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 196f86b to deb5684 Compare March 7, 2021 13:36
@renovate renovate Bot changed the title fix(deps): update all chore(deps): update all Apr 12, 2021
@auto-add-label auto-add-label Bot added dependencies and removed bug Something isn't working labels Apr 12, 2021
@renovate renovate Bot changed the title chore(deps): update all fix(deps): update all Apr 13, 2021
@auto-add-label auto-add-label Bot added bug Something isn't working and removed dependencies labels Apr 13, 2021
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 5e546ef to 1d62477 Compare April 29, 2021 22:22
@renovate

renovate Bot commented Apr 29, 2021

Copy link
Copy Markdown
Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/moul/progress":"/mnt/renovate/gh/moul/progress" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/renovate-cache/others/go":"/tmp/renovate-cache/others/go" -e GOPATH -e CGO_ENABLED -w "/mnt/renovate/gh/moul/progress" docker.io/renovate/go:1.13.15 bash -l -c "git config --global url.\"https://**redacted**@github.com/\".insteadOf \"https://github.com/\" && go get -d ./... && go mod tidy && go mod tidy"
go: downloading moul.io/u v1.22.0
go: extracting moul.io/u v1.22.0
go: downloading go.uber.org/multierr v1.6.0
go: extracting go.uber.org/multierr v1.6.0
go: downloading go.uber.org/atomic v1.7.0
go: extracting go.uber.org/atomic v1.7.0
go: downloading github.com/tailscale/depaware v0.0.0-20201214215404-77d1e9757027
go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
go: extracting github.com/tailscale/depaware v0.0.0-20201214215404-77d1e9757027
go: downloading github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
go: extracting gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
go: downloading golang.org/x/mod v0.4.2
go: downloading golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44
go: extracting github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
go: extracting golang.org/x/mod v0.4.2
go: extracting golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44
moul.io/progress tested by
	moul.io/progress.test imports
	github.com/stretchr/testify/require imports
	github.com/stretchr/testify/assert imports
	gopkg.in/yaml.v3: fstatat /tmp/renovate-cache/others/go/pkg/mod/gopkg.in/[email protected]: permission denied

@renovate renovate Bot force-pushed the renovate/all branch from 1d62477 to 01659cc Compare May 27, 2021 07:55
@renovate renovate Bot changed the title fix(deps): update all chore(deps): update all May 27, 2021
@renovate renovate Bot force-pushed the renovate/all branch from 01659cc to 73b95af Compare May 27, 2021 16:17
@auto-add-label auto-add-label Bot added dependencies and removed bug Something isn't working labels May 27, 2021
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from b15a841 to 6839efd Compare June 3, 2021 23:54
@renovate renovate Bot force-pushed the renovate/all branch from 6839efd to 98c75ed Compare June 8, 2021 16:33
@renovate renovate Bot changed the title fix(deps): update all chore(deps): update all docker tags Jul 2, 2021
@auto-add-label auto-add-label Bot added dependencies and removed bug Something isn't working labels Jul 2, 2021
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 4acf83a to 4422f12 Compare July 13, 2021 02:04
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from d89ca39 to 5c0f630 Compare July 23, 2021 05:02
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from b297740 to a93a177 Compare August 6, 2021 17:59
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 3cfdc70 to 92ccde2 Compare October 8, 2021 00:51
@renovate renovate Bot changed the title chore(deps): update all docker tags fix(deps): update all Oct 10, 2021
@auto-add-label auto-add-label Bot added bug Something isn't working and removed dependencies labels Oct 10, 2021
@renovate renovate Bot changed the title fix(deps): update all chore(deps): update all docker tags Oct 10, 2021
@auto-add-label auto-add-label Bot added dependencies and removed bug Something isn't working labels Oct 10, 2021
@renovate renovate Bot changed the title chore(deps): update all docker tags chore(deps): update all Oct 15, 2021
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from 4fa4fbc to 0c97a68 Compare November 4, 2021 22:14
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from c73884c to cb1c9e6 Compare November 23, 2021 05:23
@socket-security

socket-security Bot commented Mar 24, 2023

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: golang golang.org/x/tools is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: ?golang/github.com/tailscale/[email protected]golang/golang.org/x/[email protected]

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at [email protected].

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore golang/golang.org/x/[email protected]. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@socket-security

socket-security Bot commented Mar 5, 2024

Copy link
Copy Markdown

@renovate

renovate Bot commented Apr 26, 2026

Copy link
Copy Markdown
Author

ℹ️ Artifact update notice

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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.13 -> 1.26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies 🔍 Ready for Review Pull Request is not reviewed yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants