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 non-major dependencies #114

Merged
merged 1 commit into from
May 24, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-go action minor v3.0.0 -> v3.1.0
github/codeql-action action patch v2.1.9 -> v2.1.11
gopkg.in/yaml.v3 require patch v3.0.0-20210107192922-496545a6307b -> v3.0.0

Release Notes

actions/setup-go

v3.1.0

Compare Source

Adding Go version file support

In scope of this release we add the go-version-file input. The new input (go-version-file) provides functionality to specify the path to the file containing Go version with such behaviour:

  • If the file does not exist the action will throw an error.
  • If you specify both go-version and go-version-file inputs, the action will use value from the go-version input and throw the following warning: Both go-version and go-version-file inputs are specified, only go-version will be used.
  • For now the action supports .go-version and go.mod files.
steps:
 - uses: actions/checkout@v3
 - uses: actions/setup-go@v3
   with:
     go-version-file: 'path/to/go.mod'
 - run: go version

Besides, the following pull requests included in this release:

github/codeql-action

v2.1.11

Compare Source

v2.1.10

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 20294c6 to 6d60a59 Compare May 12, 2022 12:34
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.1.10 chore(deps): update all non-major dependencies May 12, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6d60a59 to b360c25 Compare May 17, 2022 11:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b360c25 to d2d4d61 Compare May 21, 2022 11:24
@linuxluigi linuxluigi merged commit eb36e7d into main May 24, 2022
@linuxluigi linuxluigi deleted the renovate/all-minor-patch branch May 24, 2022 14:51
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.

2 participants