smlx / goodwe-exporters

Prometheus Exporters for Goodwe Energy Monitors (smart meters) and Solar Inverters
Apache License 2.0
13 stars 0 forks source link

chore(deps): bump the github-actions group with 10 updates #62

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the github-actions group with 10 updates:

Package From To
actions/checkout 4.1.1 4.1.3
docker/login-action 3.0.0 3.1.0
docker/build-push-action 5.1.0 5.3.0
github/codeql-action 3.24.6 3.25.1
vladopajic/go-test-coverage 2.8.3 2.10.1
dependabot/fetch-metadata 1.6.0 2.0.0
actions/dependency-review-action 4.1.3 4.2.5
wagoid/commitlint-github-action 5.4.5 6.0.1
sigstore/cosign-installer 3.4.0 3.5.0
anchore/sbom-action 0.15.8 0.15.10

Updates actions/checkout from 4.1.1 to 4.1.3

Release notes

Sourced from actions/checkout's releases.

v4.1.3

What's Changed

Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3

v4.1.2

We are investigating the following issue with this release and have rolled-back the v4 tag to point to v4.1.1

What's Changed

New Contributors

Full Changelog: https://github.com/actions/checkout/compare/v4.1.1...v4.1.2

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
  • 1d96c77 Add SSH user parameter (#1685)
  • cd7d8d6 Check git version before attempting to disable sparse-checkout (#1656)
  • 8410ad0 Update actions/checkout version in update-main-version.yml (#1650)
  • 9bb5618 Prep for release of v4.1.2 (#1649)
  • 8eb1f6a Bump @​babel/traverse from 7.20.5 to 7.24.0 (#1642)
  • 556e4c3 Bump tough-cookie from 4.0.0 to 4.1.3 (#1406)
  • b32f140 Warn on attempts to publish test-ubuntu-git from non-main branch. (#1623)
  • 2650dbd Give test-ubuntu-git its own README (#1620)
  • aadec89 Explicitly disable sparse checkout unless asked for (#1598)
  • df0bcdd Refine workflow for generating test-ubuntu-git (#1617)
  • Additional commits viewable in compare view


Updates docker/login-action from 3.0.0 to 3.1.0

Release notes

Sourced from docker/login-action's releases.

v3.1.0

Full Changelog: https://github.com/docker/login-action/compare/v3.0.0...v3.1.0

Commits
  • e92390c Merge pull request #685 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...
  • 1e752e2 chore: update generated content
  • 51c6097 build(deps): bump the aws-sdk-dependencies group with 2 updates
  • 8f079fb Merge pull request #676 from docker/dependabot/npm_and_yarn/proxy-agent-depen...
  • 16fa768 chore: update generated content
  • 46d1619 build(deps): bump the proxy-agent-dependencies group with 2 updates
  • 8c291c5 Merge pull request #682 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • ec726f4 build(deps): bump @​docker/actions-toolkit from 0.14.0 to 0.18.0
  • 5139682 Merge pull request #677 from docker/dependabot/npm_and_yarn/undici-5.28.3
  • 6d4e2ba chore: update generated content
  • Additional commits viewable in compare view


Updates docker/build-push-action from 5.1.0 to 5.3.0

Release notes

Sourced from docker/build-push-action's releases.

v5.3.0

Full Changelog: https://github.com/docker/build-push-action/compare/v5.2.0...v5.3.0

v5.2.0

Full Changelog: https://github.com/docker/build-push-action/compare/v5.1.0...v5.2.0

Commits
  • 2cdde99 Merge pull request #1080 from docker/dependabot/npm_and_yarn/docker/actions-t...
  • 008747a chore: update generated content
  • 1580753 chore(deps): Bump @​docker/actions-toolkit from 0.18.0 to 0.19.0
  • 2a7db1d Merge pull request #1075 from crazy-max/ci-multi-output
  • 35e7dd5 ci: test multi output
  • af5a7ed Merge pull request #1074 from crazy-max/build-cmd-debug
  • 2a85189 chore: update generated content
  • 6c20794 disable quotes detection for "outputs" input
  • afdf0c0 chore: debug build cmd and args
  • 00ae31a Merge pull request #1070 from docker/dependabot/npm_and_yarn/docker/actions-t...
  • Additional commits viewable in compare view


Updates github/codeql-action from 3.24.6 to 3.25.1

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.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.

3.24.9 - 22 Mar 2024

  • Update default CodeQL bundle version to 2.16.5. #2203

3.24.8 - 18 Mar 2024

  • Improve the ease of debugging extraction issues by increasing the verbosity of the extractor logs when running in debug mode. #2195

3.24.7 - 12 Mar 2024

  • Update default CodeQL bundle version to 2.16.4. #2185

3.24.6 - 29 Feb 2024

... (truncated)

Commits
  • c7f9125 Merge pull request #2248 from github/update-v3.25.1-c4fb45143
  • 1c7e8b2 Update changelog for v3.25.1
  • c4fb451 Merge pull request #2245 from github/henrymercer/ignore-already-specified-flags
  • 556b3bc Add changelog note
  • ef66aea Merge branch 'main' into henrymercer/ignore-already-specified-flags
  • 9b87e0a Merge pull request #2241 from github/nickfyson/speculative-script-fix
  • 18111b6 Merge pull request #2235 from github/henrymercer/autobuild-with-direct-tracing
  • ade98b9 Ensure --overwrite flag is only passed once
  • 8566d50 Add regression test for double --overwrite
  • 453a956 Merge pull request #2243 from github/dependabot/npm_and_yarn/npm-9b31496ffc
  • Additional commits viewable in compare view


Updates vladopajic/go-test-coverage from 2.8.3 to 2.10.1

Release notes

Sourced from vladopajic/go-test-coverage's releases.

v2.10.1

What's Changed

New Contributors

Full Changelog: https://github.com/vladopajic/go-test-coverage/compare/v2.10.0...v2.10.1

v2.10.0

What's Changed

Full Changelog: https://github.com/vladopajic/go-test-coverage/compare/v2.9.0...v2.10.0

v2.9.0

Changes:

Full Changelog: https://github.com/vladopajic/go-test-coverage/compare/v2.8.3...v2.9.0

Commits
  • 1079cd4 version bump: v2.10.1
  • 5963a53 fixed ThresholdTotal value check (#83)
  • dc6bb7f Update README.md
  • c7f1d6f ci: use combined coverage profiles (#81)
  • e2d732e ci release action: fix version check (#80)
  • a1e0de1 bump version to v2.10.0
  • d35274a Update README.md
  • 0b76be5 add ability to exclude body of switch and select with annotation (#79)
  • fe6d2c4 various improvements (cosmetics, lints, coverage) (#78)
  • 741802c excluding whole body from coverage when having comment annotation (#77)
  • Additional commits viewable in compare view


Updates dependabot/fetch-metadata from 1.6.0 to 2.0.0

Release notes

Sourced from dependabot/fetch-metadata's releases.

v2.0.0 - Switch to node20

What's Changed

Full Changelog: https://github.com/dependabot/fetch-metadata/compare/v1.7.0...v2.0.0

v1.7.0

What's Changed

New Contributors

... (truncated)

Commits


Updates actions/dependency-review-action from 4.1.3 to 4.2.5

Release notes

Sourced from actions/dependency-review-action's releases.

4.2.5

What's Changed

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.2.4...v4.2.5

v4.2.4

What's Changed

Fixed a bug in the output of OpenSSF cards for GitHub Actions.

New Contributors

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.2.3...v4.2.4

4.2.3

What's Changed

New Contributors

Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.1.3...v4.2.3

Commits


Updates wagoid/commitlint-github-action from 5.4.5 to 6.0.1

Changelog

Sourced from wagoid/commitlint-github-action's changelog.

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

6.0.1 (2024-04-10)

6.0.0 (2024-03-28)

⚠ BREAKING CHANGES

  • commitlint.config.js is not supported anymore, please use .mjs extension

Features

  • upgrade to commitlint v19 (732f0ad)

5.5.1 (2024-03-28)

Bug Fixes

  • upgrade commitlint to latest v18 (6ee28c9), closes #760

5.5.0 (2024-03-28)

Features

  • upgrade commitlint to latest version (2ff45dc)

Bug Fixes

  • rollback update of commitlint to support configs that use commonjs (06143b2)

5.4.6 (2024-03-28)

Features

  • upgrade commitlint to latest version (2ff45dc)

5.4.5 (2024-01-08)

5.4.4 (2023-11-01)

... (truncated)

Commits
  • 7f0a61d chore(release): publish 6.0.1 [skip-ci]
  • ada5d09 Merge pull request #783 from wagoid/dependabot/npm_and_yarn/multi-362ecca630
  • d6e1800 Merge pull request #782 from wagoid/dependabot/npm_and_yarn/ip-1.1.9
  • b529831 Merge pull request #781 from wagoid/dependabot/npm_and_yarn/tar-6.2.1
  • 7070c25 chore(deps): bump semver
  • a7438fc chore(deps): bump ip from 1.1.8 to 1.1.9
  • bfdc3d1 chore(deps): bump tar from 6.1.11 to 6.2.1
  • 8fa8a3e Merge pull request #779 from wagoid/dependabot/npm_and_yarn/minor-and-patch-4...
  • 8d57fde Merge pull request #778 from wagoid/dependabot/npm_and_yarn/undici-5.28.4
  • ab651d8 chore(deps-dev): bump the minor-and-patch group with 4 updates
  • Additional commits viewable in compare view


Updates sigstore/cosign-installer from 3.4.0 to 3.5.0

Release notes

Sourced from sigstore/cosign-installer's releases.

v3.5.0

What's Changed

Full Changelog: https://github.com/sigstore/cosign-installer/compare/v3.4.0...v3.5.0

Commits


Updates anchore/sbom-action from 0.15.8 to 0.15.10

Release notes

Sourced from anchore/sbom-action's releases.

v0.15.10

Changes in v0.15.10

v0.15.9

Changes in v0.15.9

Commits
  • ab5d7b5 chore(deps): update Syft to v1.1.0 (#454)
  • 6e7f9d7 chore(deps): bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (#450)
  • 2d906a3 chore(deps): bump peter-evans/create-or-update-comment (#452)
  • 691c762 chore(deps): bump peter-evans/create-pull-request from 5.0.2 to 6.0.2 (#453)
  • f0dafef chore(deps): bump actions/checkout from 4.1.1 to 4.1.2 (#451)
  • c6d7b2a chore: add dependabot configuration for actions (#449)
  • 31e2bb2 chore(deps): update @types/node to Node 20 (#443)
  • 670514f chore: Bump Node to v20 on download-syft/publish-sbom actions (#448)
  • a5afbb1 chore(deps): update Syft to v1.0.1 (#444)
  • 9fece9e fix: reduce syft debug level (#446)
  • 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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 7 months ago

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