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

Bump the github-actions group with 8 updates #5

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 16, 2024

Bumps the github-actions group with 8 updates:

Package From To
actions/checkout 2 4
actions/setup-go 3 5
dineshsonachalam/markdown-autodocs 1.0.4 1.0.7
Jerome1337/gofmt-action 1.0.4 1.0.5
Jerome1337/golint-action 1.0.2 1.0.3
morphy2k/revive-action 2.5.1 2.5.7
actions/setup-node 3 4
actions/upload-artifact 3 4

Updates actions/checkout from 2 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v3.5.3

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

... (truncated)

Commits

Updates actions/setup-go from 3 to 5

Release notes

Sourced from actions/setup-go's releases.

v5.0.0

What's Changed

In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover, we update some dependencies to the latest versions (actions/setup-go#445).

Besides, this release contains such changes as:

New Contributors

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

v4.1.0

What's Changed

In scope of this release, slow installation on Windows was fixed by @​dsame in actions/setup-go#393 and OS version was added to primaryKey for Ubuntu runners to avoid conflicts (actions/setup-go#383)

This release also includes the following changes:

New Contributors

Full Changelog: actions/setup-go@v4...v4.1.0

v4.0.1

What's Changed

New Contributors

Full Changelog: actions/setup-go@v4...v4.0.1

v4.0.0

In scope of release we enable cache by default. The action won’t throw an error if the cache can’t be restored or saved. The action will throw a warning message but it won’t stop a build process. The cache can be disabled by specifying cache: false.

</tr></table> 

... (truncated)

Commits
  • 0c52d54 Update dependencies for node20 (#445)
  • bfd2fb3 Merge pull request #421 from chenrui333/node20-runtime
  • 3d65fa5 feat: bump to use actions/checkout@v4
  • 8a505c9 feat: bump to use node20 runtime
  • 883490d Merge pull request #417 from artemgavrilov/main
  • d45ebba Rephrase sentence
  • 317c661 Replace wildcards term with globs.
  • f90673a Merge pull request #1 from artemgavrilov/caching-docs-improvement
  • 8018234 Improve documentation regarding dependencies cachin
  • d085b4f Merge pull request #411 from galargh/fix/windows-hostedtoolcache
  • Additional commits viewable in compare view

Updates dineshsonachalam/markdown-autodocs from 1.0.4 to 1.0.7

Release notes

Sourced from dineshsonachalam/markdown-autodocs's releases.

v1.0.7

  • Corrected the branch name parsing logic: #24

v1.0.6

  • Corrected the branch name parsing logic #22

v1.0.5

Added

  1. Improve UT coverage and did code optimization
Commits
  • 6596b4a Apply automatic changes
  • 78010fb Updated release version in YAML docs
  • 77e8d69 Merge pull request #24 from dineshsonachalam/branch_parsing_logic_updated
  • d08362e Apply automatic changes
  • 17215e5 Updated release version in YAML docs
  • ea0e1ec Updated branch parsing logic
  • eb3176a Apply automatic changes
  • 92c05e6 Updated release version in YAML docs
  • b5bae6a Merge pull request #23 from dineshsonachalam/branch_parsing_logic
  • 25c5b8d Updated release version in YAML docs
  • Additional commits viewable in compare view

Updates Jerome1337/gofmt-action from 1.0.4 to 1.0.5

Release notes

Sourced from Jerome1337/gofmt-action's releases.

v1.0.5

Fix set output deprecation

Commits
  • d5eabd1 update documentation
  • 517d7c1 Merge pull request #8 from Jerome1337/fix-ga-depreceation
  • d137c4f fix set output deprecation
  • 65b2573 Merge pull request #6 from cpu/patch-1
  • b7a46be docs: Update README for latest tagged release.
  • See full diff in compare view

Updates Jerome1337/golint-action from 1.0.2 to 1.0.3

Commits

Updates morphy2k/revive-action from 2.5.1 to 2.5.7

Release notes

Sourced from morphy2k/revive-action's releases.

v2.5.7

What's Changed

Full Changelog: morphy2k/revive-action@v2.5.6...v2.5.7

v2.5.6

What's Changed

  • Bump Revive from 1.3.5 to 1.3.6 3419eb9

Full Changelog: morphy2k/revive-action@v2.5.5...v2.5.6

v2.5.5

What's Changed

Full Changelog: morphy2k/revive-action@v2.5.4...v2.5.5

v2.5.4

What's Changed

New Contributors

Full Changelog: morphy2k/revive-action@v2.5.3...v2.5.4

v2.5.3

What's Changed

Full Changelog: morphy2k/revive-action@v2.5.2...v2.5.3

v2.5.2

What's Changed

  • Bump Revive from 1.3.1 to 1.3.2 4f669c9

... (truncated)

Commits

Updates actions/setup-node from 3 to 4

Release notes

Sourced from actions/setup-node's releases.

v4.0.0

What's Changed

In scope of this release we changed version of node runtime for action from node16 to node20 and updated dependencies in actions/setup-node#866

Besides, release contains such changes as:

New Contributors

Full Changelog: actions/setup-node@v3...v4.0.0

v3.8.2

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

v3.8.1

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in actions/setup-node#831. It is filtered and checked in the toolkit/cache library.

Full Changelog: actions/setup-node@v3...v3.8.1

v3.8.0

What's Changed

Bug fixes:

Feature implementations:

Documentation changes:

Update dependencies:

... (truncated)

Commits

Updates actions/upload-artifact from 3 to 4

Release notes

Sourced from actions/upload-artifact's releases.

v4.0.0

What's Changed

The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts. They have numerous performance and behavioral improvements.

ℹ️ However, this is a major update that includes breaking changes. Artifacts created with versions v3 and below are not compatible with the v4 actions. Uploads and downloads must use the same major actions versions. There are also key differences from previous versions that may require updates to your workflows.

For more information, please see:

  1. The changelog post.
  2. The README.
  3. The migration documentation.
  4. As well as the underlying npm package, @​actions/artifact documentation.

New Contributors

Full Changelog: actions/upload-artifact@v3...v4.0.0

v3.1.3

What's Changed

Full Changelog: actions/upload-artifact@v3...v3.1.3

v3.1.2

  • Update all @actions/* NPM packages to their latest versions- #374
  • Update all dev dependencies to their most recent versions - #375

v3.1.1

  • Update actions/core package to latest version to remove set-output deprecation warning #351

v3.1.0

What's Changed

Commits
  • 5d5d22a Merge pull request #515 from actions/eggyhead/update-artifact-v2.1.1
  • f1e993d update artifact license
  • 4881bfd updating dist:
  • a30777e @​eggyhead
  • 3a80482 Merge pull request #511 from actions/robherley/migration-docs-typo
  • 9d63e3f Merge branch 'main' into robherley/migration-docs-typo
  • dfa1ab2 fix typo with v3 artifact downloads in migration guide
  • d00351b Merge pull request #509 from markmssd/patch-1
  • 707f5a7 Update limitation of 10 artifacts upload to 500
  • 26f96df Merge pull request #505 from actions/robherley/merge-artifacts
  • Additional commits viewable in compare view

Dependabot 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `2` | `4` |
| [actions/setup-go](https://github.com/actions/setup-go) | `3` | `5` |
| [dineshsonachalam/markdown-autodocs](https://github.com/dineshsonachalam/markdown-autodocs) | `1.0.4` | `1.0.7` |
| [Jerome1337/gofmt-action](https://github.com/jerome1337/gofmt-action) | `1.0.4` | `1.0.5` |
| [Jerome1337/golint-action](https://github.com/jerome1337/golint-action) | `1.0.2` | `1.0.3` |
| [morphy2k/revive-action](https://github.com/morphy2k/revive-action) | `2.5.1` | `2.5.7` |
| [actions/setup-node](https://github.com/actions/setup-node) | `3` | `4` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3` | `4` |


Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `actions/setup-go` from 3 to 5
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v3...v5)

Updates `dineshsonachalam/markdown-autodocs` from 1.0.4 to 1.0.7
- [Release notes](https://github.com/dineshsonachalam/markdown-autodocs/releases)
- [Changelog](https://github.com/dineshsonachalam/markdown-autodocs/blob/master/update_release_version.py)
- [Commits](dineshsonachalam/markdown-autodocs@v1.0.4...v1.0.7)

Updates `Jerome1337/gofmt-action` from 1.0.4 to 1.0.5
- [Release notes](https://github.com/jerome1337/gofmt-action/releases)
- [Commits](Jerome1337/gofmt-action@v1.0.4...v1.0.5)

Updates `Jerome1337/golint-action` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/jerome1337/golint-action/releases)
- [Commits](Jerome1337/golint-action@v1.0.2...v1.0.3)

Updates `morphy2k/revive-action` from 2.5.1 to 2.5.7
- [Release notes](https://github.com/morphy2k/revive-action/releases)
- [Commits](morphy2k/revive-action@v2.5.1...v2.5.7)

Updates `actions/setup-node` from 3 to 4
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

Updates `actions/upload-artifact` from 3 to 4
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: dineshsonachalam/markdown-autodocs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: Jerome1337/gofmt-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: Jerome1337/golint-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: morphy2k/revive-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 16, 2024
Copy link

Conventional Commits Report

😢 No conventional commits found.

👉 Learn more about the conventional commits usage at Greenbone.

Copy link
Author

dependabot bot commented on behalf of github Apr 17, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 17, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-21644f86a4 branch April 17, 2024 11:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants