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

build(deps): bump the patch-minor-action-updates group across 1 directory with 5 updates #148

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 9, 2024

Bumps the patch-minor-action-updates group with 5 updates in the / directory:

Package From To
actions/checkout 4.1.3 4.1.5
hendrikmuhs/ccache-action 1.2.12 1.2.13
oxsecurity/megalinter 7.10.0 7.11.1
github/codeql-action 3.25.2 3.25.4
reviewdog/action-suggester 1.11.0 1.12.0

Updates actions/checkout from 4.1.3 to 4.1.5

Release notes

Sourced from actions/checkout's releases.

v4.1.5

What's Changed

Full Changelog: actions/checkout@v4.1.4...v4.1.5

v4.1.4

What's Changed

Full Changelog: actions/checkout@v4.1.3...v4.1.4

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.4

v4.1.3

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

... (truncated)

Commits

Updates hendrikmuhs/ccache-action from 1.2.12 to 1.2.13

Release notes

Sourced from hendrikmuhs/ccache-action's releases.

v1.2.13

What's Changed

New Contributors

Full Changelog: hendrikmuhs/ccache-action@v1.2.12...v1.2.13

Commits

Updates oxsecurity/megalinter from 7.10.0 to 7.11.1

Release notes

Sourced from oxsecurity/megalinter's releases.

v7.11.1

What's Changed

MegaLinter is graciously provided by OX Security

Full Changelog: oxsecurity/megalinter@v7.11.0...v7.11.1

v7.11.0

What's Changed

... (truncated)

Changelog

Sourced from oxsecurity/megalinter's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] (beta, main branch content)

Note: Can be used with oxsecurity/megalinter@beta in your GitHub Action mega-linter.yml file, or with oxsecurity/megalinter:beta docker image

  • Core

    • Add new logs (at debug level) on each linter activation/deactivation
    • Clean MegaLinter own CVE exceptions and order the remaining ones with links to related issues
    • Upgrade to Java 21 except for npm-groovy-lint that requires Java 17
  • Media

  • Linters

    • API_SPECTRAL was added as replacement for OPENAPI_SPECTRAL (deprecated), supporting AsyncAPI and OpenAPI by default. Uses Spectral's standard config file name .spectral.yaml instead of .openapirc.yml with a default config with rulesets for AsyncAPI and OpenAPI enabled. Fixes #3387
    • Disable SQL_TSQLLINT until security issues are solved. Related to tsqllint/tsqllint#333
  • Reporters

  • Fixes

    • Change golangci-lint lint mode to project
    • Disable sql-lint as it is no longer maintained
    • Add new entries findUnusedCode and findUnusedBaselineEntry in default psalm.xml configuration file for PHP_PSALM linter. Related to oxsecurity/megalinter#3538
  • Doc

    • Handle disabled_reason property in descriptors
  • Flavors

  • CI

    • Build: take in account disabled linters for workflow auto-update
    • Remove useless package-lock.json that was in python tests folder
    • Fix SARIF_REPORTER that was wrongly sent to true to format & fix test methods
    • Build: Write ARG lines at the top of Dockerfiles if they are used by FROM variables
    • Remove Github Actions Workflow telemetry to improve performances
  • Linter versions upgrades

    • phpcs from 3.9.1 to 3.9.2 on 2024-04-23
    • csharpier from 0.28.1 to 0.28.2 on 2024-04-26
    • roslynator from 0.8.6.0 to 0.8.7.0 on 2024-04-26
    • black from 24.4.0 to 24.4.2 on 2024-04-26
    • mypy from 1.9.0 to 1.10.0 on 2024-04-26
    • pyright from 1.1.359 to 1.1.360 on 2024-04-26
    • ruff from 0.4.1 to 0.4.2 on 2024-04-26
    • grype from 0.77.0 to 0.77.1 on 2024-04-26
    • syft from 1.2.0 to 1.3.0 on 2024-04-26

... (truncated)

Commits
  • 03986e6 Release MegaLinter v7.11.1
  • 4199f64 [automation] Auto-update linters version, help and documentation (#3504)
  • eac233f Implement fallback in case git diff does not work with merge-base (#3503)
  • 57b35ba Release MegaLinter v7.11.0
  • 41567e1 [automation] Auto-update linters version, help and documentation (#3498)
  • cee23e5 [automation] Auto-update linters version, help and documentation (#3492)
  • 578b801 ci: add consistent python3/python handling at build.sh (#3475)
  • c80e12a Add copy to clipboard button in code block (documentation) (#3491)
  • fc8c26a Allow merge lists with extends (#3469)
  • 5cec3c2 [automation] Auto-update linters version, help and documentation (#3488)
  • Additional commits viewable in compare view

Updates github/codeql-action from 3.25.2 to 3.25.4

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

[UNRELEASED]

No user facing changes.

3.25.4 - 08 May 2024

  • Update default CodeQL bundle version to 2.17.2. #2270
  • Avoid printing out a warning for a missing on.push trigger when the CodeQL Action is triggered via a workflow_call event. #2274

3.25.3 - 25 Apr 2024

  • Update default CodeQL bundle version to 2.17.1. #2247
  • Workflows running on macos-latest using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such as macos-12. ARM machines with SIP disabled, including the newest macos-latest image, are unsupported for CLI versions before 2.15.1. #2261

3.25.2 - 22 Apr 2024

No user facing changes.

3.25.1 - 17 Apr 2024

  • We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the autobuild build mode. #2235
  • Fix a bug where the init Action would fail if --overwrite was specified in CODEQL_ACTION_EXTRA_OPTIONS. #2245

3.25.0 - 15 Apr 2024

  • The deprecated feature for extracting dependencies for a Python analysis has been removed. #2224

    As a result, the following inputs and environment variables are now ignored:

    • The setup-python-dependencies input to the init Action
    • The CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION environment variable

    We recommend removing any references to these from your workflows. For more information, see the release notes for CodeQL Action v3.23.0 and v2.23.0.

  • Automatically overwrite an existing database if found on the filesystem. #2229

  • Bump the minimum CodeQL bundle version to 2.12.6. #2232

  • A more relevant log message and a diagnostic are now emitted when the file program is not installed on a Linux runner, but is required for Go tracing to succeed. #2234

3.24.10 - 05 Apr 2024

  • Update default CodeQL bundle version to 2.17.0. #2219
  • Add a deprecation warning for customers using CodeQL version 2.12.5 and earlier. These versions of CodeQL were discontinued on 26 March 2024 alongside GitHub Enterprise Server 3.8, and will be unsupported by CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later. #2220
    • If you are using one of these versions, please update to CodeQL CLI version 2.12.6 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
    • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.11.6 and 2.12.5, you can replace github/codeql-action/*@v3 by github/codeql-action/*@v3.24.10 and github/codeql-action/*@v2 by github/codeql-action/*@v2.24.10 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.

... (truncated)

Commits
  • ccf74c9 Merge pull request #2275 from github/update-v3.25.4-4b812a5df
  • 4fdf4ac Update changelog for v3.25.4
  • 4b812a5 Merge pull request #2270 from github/update-bundle/codeql-bundle-v2.17.2
  • 1e21373 Merge pull request #2272 from github/marcogario-patch-1
  • 4673d41 Build js files
  • 65297ef Update link to deprecation changelog
  • 84d6ead Merge pull request #2271 from github/koesie10/remove-cli-sarif-merge-ff
  • b20bf59 Remove CLI SARIF merge feature flag
  • 93b8232 Merge pull request #2265 from github/koesie10/deprecate-merge
  • ee63da2 Add changelog note
  • Additional commits viewable in compare view

Updates reviewdog/action-suggester from 1.11.0 to 1.12.0

Release notes

Sourced from reviewdog/action-suggester's releases.

Release v1.12.0

What's Changed

Full Changelog: reviewdog/action-suggester@v1.11.0...v1.12.0

Commits
  • 185c9c0 Merge pull request #52 from reviewdog/depup/reviewdog/reviewdog
  • 723f29e chore(deps): update reviewdog/reviewdog to 0.17.4
  • See full diff 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

…tory with 5 updates

Bumps the patch-minor-action-updates group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.3` | `4.1.5` |
| [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) | `1.2.12` | `1.2.13` |
| [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) | `7.10.0` | `7.11.1` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.25.2` | `3.25.4` |
| [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) | `1.11.0` | `1.12.0` |



Updates `actions/checkout` from 4.1.3 to 4.1.5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@1d96c77...44c2b7a)

Updates `hendrikmuhs/ccache-action` from 1.2.12 to 1.2.13
- [Release notes](https://github.com/hendrikmuhs/ccache-action/releases)
- [Commits](hendrikmuhs/ccache-action@faf867a...c92f40b)

Updates `oxsecurity/megalinter` from 7.10.0 to 7.11.1
- [Release notes](https://github.com/oxsecurity/megalinter/releases)
- [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md)
- [Commits](oxsecurity/megalinter@a7a0163...03986e6)

Updates `github/codeql-action` from 3.25.2 to 3.25.4
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@8f596b4...ccf74c9)

Updates `reviewdog/action-suggester` from 1.11.0 to 1.12.0
- [Release notes](https://github.com/reviewdog/action-suggester/releases)
- [Commits](reviewdog/action-suggester@3d7fde6...185c9c0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-action-updates
- dependency-name: hendrikmuhs/ccache-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-action-updates
- dependency-name: oxsecurity/megalinter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-action-updates
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-minor-action-updates
- dependency-name: reviewdog/action-suggester
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-minor-action-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 9, 2024 00:29
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 9, 2024
Copy link
Contributor

github-actions bot commented May 9, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.04s
✅ CPP clang-format 162 0 0 1.23s
✅ DOCKERFILE hadolint 1 0 0.08s
✅ JSON jsonlint 8 0 0.24s
✅ JSON prettier 8 1 0 1.02s
✅ MARKDOWN markdownlint 4 0 0 1.01s
⚠️ MARKDOWN markdown-link-check 4 21 4.99s
✅ MARKDOWN markdown-table-formatter 4 0 0 0.33s
✅ REPOSITORY checkov yes no 16.88s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY grype yes no 13.81s
✅ REPOSITORY secretlint yes no 1.75s
✅ REPOSITORY trivy yes no 9.16s
✅ REPOSITORY trivy-sbom yes no 6.13s
✅ REPOSITORY trufflehog yes no 2.68s
⚠️ SPELL lychee 33 3 0.73s
✅ YAML prettier 7 0 0 0.98s
✅ YAML v8r 7 0 6.04s
✅ YAML yamllint 7 0 0.36s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

Copy link
Contributor Author

dependabot bot commented on behalf of github May 14, 2024

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

@dependabot dependabot bot closed this May 14, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/patch-minor-action-updates-8b5fd4c2a6 branch May 14, 2024 00:19
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