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-dependencies group with 3 updates #215

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2024

Bumps the github-actions-dependencies group with 3 updates: super-linter/super-linter, alstr/todo-to-issue-action and tj-actions/changed-files.

Updates super-linter/super-linter from 5 to 6

Release notes

Sourced from super-linter/super-linter's releases.

v6.0.0

6.0.0 (2024-01-31)

⚠ BREAKING CHANGES

  • deprecate error_on_missing_exec_bit (#5120)
  • uninstall eslint-config-airbnb-typescript (#5077)
  • validate configuration when using find (#5045)
  • run linters against the workspace (#5041)
  • exit on errors when running Git (#4889)

🚀 Features

🐛 Bugfixes

... (truncated)

Changelog

Sourced from super-linter/super-linter's changelog.

Changelog

6.3.0 (2024-02-28)

🚀 Features

  • bash-exec: add option to ignore shell library files (#5254) (95aabd4)

🐛 Bugfixes

⬆️ Dependency updates

  • docker: bump alpine/terragrunt from 1.7.3 to 1.7.4 (#5325) (a3046b3)
  • docker: bump hashicorp/terraform from 1.7.3 to 1.7.4 (#5322) (495881b)
  • docker: bump rhysd/actionlint from 1.6.26 to 1.6.27 (#5324) (7a349ac)
  • docker: bump scalameta/scalafmt from v3.7.17 to v3.8.0 (#5323) (6c1f40c)
  • docker: bump yoheimuta/protolint from 0.47.5 to 0.47.6 (#5321) (413f827)
  • java: bump com.google.googlejavaformat:google-java-format (#5333) (ed01d3b)
  • npm: bump @​typescript-eslint/eslint-plugin in /dependencies (#5332) (ddecff2)
  • npm: bump eslint from 8.56.0 to 8.57.0 in /dependencies (#5330) (d74f8ad)
  • npm: bump eslint-plugin-vue from 9.21.1 to 9.22.0 in /dependencies (#5329) (8357165)
  • npm: bump renovate from 37.202.2 to 37.214.0 in /dependencies (#5331) (1528923)
  • python: bump checkov from 3.2.22 to 3.2.26 in /dependencies/python (#5327) (87bea22)
  • python: bump pylint from 3.0.3 to 3.1.0 in /dependencies/python (#5326) (592a42c)
  • python: bump snakemake from 8.4.9 to 8.5.3 in /dependencies/python (#5328) (b1dbf25)

🧰 Maintenance

6.2.0 (2024-02-20)

🚀 Features

🐛 Bugfixes

... (truncated)

Commits
  • e0fc164 chore(main): release 6.3.0 (#5314)
  • 6c1f40c deps(docker): bump scalameta/scalafmt from v3.7.17 to v3.8.0 (#5323)
  • a3046b3 deps(docker): bump alpine/terragrunt from 1.7.3 to 1.7.4 (#5325)
  • 1528923 deps(npm): bump renovate from 37.202.2 to 37.214.0 in /dependencies (#5331)
  • b8ee158 chore(docs): fix README typo (#5338)
  • 413f827 deps(docker): bump yoheimuta/protolint from 0.47.5 to 0.47.6 (#5321)
  • 495881b deps(docker): bump hashicorp/terraform from 1.7.3 to 1.7.4 (#5322)
  • 7a349ac deps(docker): bump rhysd/actionlint from 1.6.26 to 1.6.27 (#5324)
  • 592a42c deps(python): bump pylint from 3.0.3 to 3.1.0 in /dependencies/python (#5326)
  • 87bea22 deps(python): bump checkov from 3.2.22 to 3.2.26 in /dependencies/python (#5327)
  • Additional commits viewable in compare view

Updates alstr/todo-to-issue-action from 4.12 to 4.13

Release notes

Sourced from alstr/todo-to-issue-action's releases.

v4.13

Add support for extensionless files.

Thanks to @​AingeruAlvarezSanchez for the contribution.

v4.12.3

Add Cuda support.

v4.12.2

Set ace_mode for custom languages.

v4.12.1

Fix case sensitivity.

Commits
  • 6a54368 Update Docker image version
  • dc6eec7 Merge pull request #180 from AingeruAlvarezSanchez/makefile-language-support
  • 6dfbdc5 Corrected typo.
  • 2bda10f Added support for makefile language.
  • e1fcaab Added support for extensionless language filenames.
  • 0736139 Merge pull request #179 from elftausend/master
  • 401dca3 Add support for .cu files
  • 5fa8522 Update Docker image version
  • 02060fc Set ace_mode for custom languages
  • 1ac55ce Merge pull request #176 from Liam-Deacon/doc/identifiers-rewording
  • Additional commits viewable in compare view

Updates tj-actions/changed-files from 42.0.2 to 44.0.0

Release notes

Sourced from tj-actions/changed-files's releases.

v44.0.0

🔥🔥 BREAKING CHANGE 🔥🔥

Overview

We've made a significant update to how pull requests (PRs) from forked repositories are processed. This improvement not only streamlines the handling of such PRs but also fixes a previously identified issue.

Before the Change

Previously, when you created a pull request from a forked repository, any files changed in the target branch after the PR creation would erroneously appear as part of the PR's changed files. This made it difficult to distinguish between the actual changes introduced by the PR and subsequent changes made directly to the target branch.

What Has Changed

With this update, a pull request from a fork will now only include the files that were explicitly changed in the fork. This ensures that the list of changed files in a PR accurately reflects the contributions from the fork, without being muddled by unrelated changes to the target branch.


What's Changed

New Contributors

Full Changelog: tj-actions/changed-files@v43.0.1...v44.0.0

v43.0.1

What's Changed

... (truncated)

Changelog

Sourced from tj-actions/changed-files's changelog.

44.0.0 - (2024-03-27)

🐛 Bug Fixes

  • Ensure the fork remote doesn't exists before creating it (#2012) (4bbd49b) - (Tonye Jack)
  • Update previos sha for forks (#2011) (f0e7702) - (Tonye Jack)
  • Update to add the fork remote (#2010) (6354e6c) - (Tonye Jack)
  • Check for setting remote urls for forks (#2009) (1176164) - (Tonye Jack)
  • Bug with prs from forks returning incorrect set of changed files (#2007) (4ff7936) - (Tonye Jack)

➖ Remove

🔄 Update

  • Updated README.md (#2016)

Co-authored-by: jackton1 17484350+jackton1@users.noreply.github.com (2d756ea) - (tj-actions[bot])

  • Update README.md (2d21bbb) - (Tonye Jack)
  • Updated README.md (#2013)

Co-authored-by: jackton1 17484350+jackton1@users.noreply.github.com (2ca8dc4) - (tj-actions[bot])

  • Update README.md (4621617) - (tonyejack1)
  • Update README.md (c6557ed) - (Tonye Jack)
  • Update README.md (0713a11) - (Tonye Jack)

⚙️ Miscellaneous Tasks

  • Update description of outputs removing asterisks (#2015) (ce497c3) - (tonyejack1)
  • Update description of other_deleted_files output (#2008) (ee096d6) - (tonyejack1)
  • deps: Update typescript-eslint monorepo to v7.4.0 (0647424) - (renovate[bot])
  • deps: Lock file maintenance (efe5e6c) - (renovate[bot])

⬆️ Upgrades

  • Upgraded to v43.0.1 (#2004)

Co-authored-by: jackton1 17484350+jackton1@users.noreply.github.com (01e9662) - (tj-actions[bot])

43.0.1 - (2024-03-20)

🐛 Bug Fixes

  • Remove warning with detecting the local git repository when using Github's REST API (#2002) (077b23f) - (Tonye Jack)

📦 Bumps

  • Bump @​typescript-eslint/eslint-plugin from 7.3.0 to 7.3.1 (#1995)

... (truncated)

Commits

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 added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 29, 2024
@neilime
Copy link
Contributor

neilime commented Mar 30, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-dependencies-1f08320ca1 branch from 2287ccc to f69947f Compare March 30, 2024 06:26
@neilime neilime force-pushed the dependabot/github_actions/github-actions-dependencies-1f08320ca1 branch 2 times, most recently from ab397c7 to fa12420 Compare March 31, 2024 17:58
Bumps the github-actions-dependencies group with 3 updates: [super-linter/super-linter](https://github.com/super-linter/super-linter), [alstr/todo-to-issue-action](https://github.com/alstr/todo-to-issue-action) and [tj-actions/changed-files](https://github.com/tj-actions/changed-files).

Updates `super-linter/super-linter` from 5 to 6
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](super-linter/super-linter@v5...v6)

Updates `alstr/todo-to-issue-action` from 4.12 to 4.13
- [Release notes](https://github.com/alstr/todo-to-issue-action/releases)
- [Commits](alstr/todo-to-issue-action@v4.12...v4.13)

Updates `tj-actions/changed-files` from 42.0.2 to 44.0.0
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](tj-actions/changed-files@v42.0.2...v44.0.0)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
- dependency-name: alstr/todo-to-issue-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-dependencies
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
@neilime neilime force-pushed the dependabot/github_actions/github-actions-dependencies-1f08320ca1 branch from fa12420 to c82072b Compare March 31, 2024 17:58
@neilime neilime merged commit 8ad8cad into main Mar 31, 2024
18 checks passed
@neilime neilime deleted the dependabot/github_actions/github-actions-dependencies-1f08320ca1 branch March 31, 2024 18:01
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.

1 participant