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): bump the github-actions group across 1 directory with 4 updates #21

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2024

Bumps the github-actions group with 4 updates in the / directory: actions/setup-go, github/codeql-action, labd/changie-release-action and actions/add-to-project.

Updates actions/setup-go from 4 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

Commits

Updates github/codeql-action from 2 to 3

Release notes

Sourced from github/codeql-action's releases.

CodeQL Bundle v2.18.1

Bundles CodeQL CLI v2.18.1

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.18.1:

CodeQL Bundle v2.18.0

Bundles CodeQL CLI v2.18.0

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.18.0:

CodeQL Bundle v2.17.6

Bundles CodeQL CLI v2.17.6

Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.6:

... (truncated)

Changelog

Sourced from github/codeql-action's changelog.

Commits
  • dec6fb7 Update changelog for v3.25.12
  • 947b18f Merge pull request #2365 from github/dependabot/npm_and_yarn/npm-88aac57241
  • 9ab7277 Merge pull request #2364 from github/update-bundle/codeql-bundle-v2.18.0
  • 1c60bf1 Merge branch 'main' into update-bundle/codeql-bundle-v2.18.0
  • b85b404 Update CHANGELOG.md
  • a4f3deb Add note to CHANGELOG
  • e1f83c1 Fix #2367, add codeql-version to outputs
  • be825d5 Merge pull request #2353 from github/henrymercer/enable-direct-tracing
  • 243e392 Fix PR number in changelog
  • 026682f Fix bad auto merge in changelog
  • Additional commits viewable in compare view

Updates labd/changie-release-action from 0.3.2 to 0.4.0

Changelog

Sourced from labd/changie-release-action's changelog.

v0.4.0 - 2024-07-19

Added

  • Add option to specify changie version
Commits

Updates actions/add-to-project from 1.0.1 to 1.0.2

Release notes

Sourced from actions/add-to-project's releases.

v1.0.2

What's Changed

Full Changelog: actions/add-to-project@v1.0.1...v1.0.2

Commits
  • 244f685 Merge pull request #591 from actions/dependabot/npm_and_yarn/eslint-plugin-je...
  • 2a5ef71 Build and package
  • 8c11461 Update license for json-schema.dep.yml
  • 66f6cff Merge pull request #578 from actions/dependabot/npm_and_yarn/eslint-plugin-je...
  • ddf5099 Merge pull request #590 from actions/dependabot/npm_and_yarn/typescript-eslin...
  • da1ae5b build(deps-dev): bump @​typescript-eslint/eslint-plugin
  • ced87c7 Merge pull request #589 from actions/dependabot/npm_and_yarn/typescript-eslin...
  • c78e6a1 Merge pull request #582 from actions/dependabot/npm_and_yarn/ts-jest-29.1.5
  • 267a19f build(deps-dev): bump @​typescript-eslint/parser from 7.6.0 to 7.14.1
  • e005a86 Merge pull request #588 from actions/dependabot/npm_and_yarn/types/node-16.18...
  • 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

@dependabot dependabot bot requested a review from a team as a code owner July 23, 2024 22:36
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 23, 2024
@dependabot dependabot bot requested a review from demeyerthom July 23, 2024 22:36
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-c7cc51d7ac branch from 2c6c9d8 to fe4ce38 Compare July 29, 2024 14:55
…updates

Bumps the github-actions group with 4 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go), [github/codeql-action](https://github.com/github/codeql-action), [labd/changie-release-action](https://github.com/labd/changie-release-action) and [actions/add-to-project](https://github.com/actions/add-to-project).


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

Updates `github/codeql-action` from 2 to 3
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v2...v3)

Updates `labd/changie-release-action` from 0.3.2 to 0.4.0
- [Release notes](https://github.com/labd/changie-release-action/releases)
- [Changelog](https://github.com/labd/changie-release-action/blob/main/CHANGELOG.md)
- [Commits](labd/changie-release-action@v0.3.2...v0.4.0)

Updates `actions/add-to-project` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/actions/add-to-project/releases)
- [Commits](actions/add-to-project@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: labd/changie-release-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/add-to-project
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-c7cc51d7ac branch from fe4ce38 to b2ce7f2 Compare August 2, 2024 11:40
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2024

Superseded by #23.

@dependabot dependabot bot closed this Oct 1, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-c7cc51d7ac branch October 1, 2024 22:54
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