joeig / dyndns-pdns

Dynamic DNS Collector for PowerDNS
MIT License
9 stars 0 forks source link

Bump jandelgado/gcov2lcov-action from 1.0.0 to 1.0.9 #14

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps jandelgado/gcov2lcov-action from 1.0.0 to 1.0.9.

Release notes

Sourced from jandelgado/gcov2lcov-action's releases.

Release 1.0.9

make sure GOROOT is always set (fixes #13), because the invoked gcov2lcov uses golang API functions that rely on GOROOT (i.e. build.Import, which calls https://cs.opensource.google/go/go/+/refs/tags/go1.18.2:src/go/build/build.go;drc=0a1a092c4b56a1d4033372fbd07924dad8cbb50b;l=544)

Up to version v3 of the github setup-go action, the GOROOT variable was automatically set. But that changed here, and that's why we nowmak sure GOROOT is always set.

Release 1.0.8

Fix download problem when specific gcov2lcov version is used (#12 )

Release 1.0.7

Fix documentation and input parameter requirements

Release 1.0.6

minor improvements (#9)

Release 1.0.5

drop docker image, improving performance (#8) credits go to @​septs

Release 1.0.4

use gcov2lcov 1.0.4 w/ pre-compiled binary

Release v1.0.2

Fix coverage calculation (see #2)

Changelog

Sourced from jandelgado/gcov2lcov-action's changelog.

1.0.9 [2022-05-23]

  • fix: always set GOROOT before invoking gcov2lcov (#13)

1.0.8 [2020-11-05]

  • fix: use correct download link when specific version of gcov2lcov is set (#11)

1.0.5 [2020-10-15]

  • without docker runtime

1.0.4 [2020-10-13]

  • bump to gcov2lcov 1.0.4
  • use precompiled binary

1.0.3 [2020-09-11]

  • bump to gcov2lcov 1.0.3

1.0.2 [2020-04-25]

Commits


Dependabot compatibility score

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)