Skip to content

Bump vladopajic/go-test-coverage from dd4b1f21c4e48db0425e1187d2845404b1206919 to cc5012c2cfa84542e02b079141958a885861d326#1291

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-github_actions-vladopajic-go-test-coverage-cc5012c2cfa84542e02b079141958a885861d326
Closed

Bump vladopajic/go-test-coverage from dd4b1f21c4e48db0425e1187d2845404b1206919 to cc5012c2cfa84542e02b079141958a885861d326#1291
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot-github_actions-vladopajic-go-test-coverage-cc5012c2cfa84542e02b079141958a885861d326

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2025

Bumps vladopajic/go-test-coverage from dd4b1f21c4e48db0425e1187d2845404b1206919 to cc5012c2cfa84542e02b079141958a885861d326.

Commits
  • cc5012c chore(version): bump to v2.17.0 (#225)
  • 24776fa chore: follow up improvements after #222 (#224)
  • 5f59cbe chore: making ci happy (#223)
  • 9c837b6 feat: force comment on coverage-ignore annotation (#222)
  • 842601f chore(deps): bump golang from 1.25.0 to 1.25.1 (#221)
  • e4b5ed7 chore(deps): bump actions/publish-action from 0.3.0 to 0.4.0 (#219)
  • 166d66f chore(deps): bump actions/setup-go from 5 to 6 (#220)
  • 7582aeb chore(version): bump to v2.16.1 (#218)
  • 5afd97c chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#217)
  • b2589c4 chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#216)
  • 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 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)

Bumps [vladopajic/go-test-coverage](https://github.com/vladopajic/go-test-coverage) from dd4b1f21c4e48db0425e1187d2845404b1206919 to cc5012c2cfa84542e02b079141958a885861d326.
- [Release notes](https://github.com/vladopajic/go-test-coverage/releases)
- [Commits](vladopajic/go-test-coverage@dd4b1f2...cc5012c)

---
updated-dependencies:
- dependency-name: vladopajic/go-test-coverage
  dependency-version: cc5012c2cfa84542e02b079141958a885861d326
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies github_actions Pull requests that update GitHub Actions code labels Sep 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 22, 2025 20:05
@dependabot dependabot bot added dependencies github_actions Pull requests that update GitHub Actions code labels Sep 22, 2025
@github-actions
Copy link
Contributor

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ❌ 1 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ✅ 0 package(s) with unknown licenses.
See the Details below.

License Issues

.github/workflows/ci.yml

PackageVersionLicenseIssue Type
vladopajic/go-test-coveragecc5012c2cfa84542e02b079141958a885861d326GPL-3.0Incompatible License
Allowed Licenses: Apache-1.1, Apache-2.0, BSD-2-Clause, BSD-3-Clause, BSL-1.0, ISC, MIT, NCSA, OpenSSL, Python-2.0, X11, CC0-1.0, CC-BY-4.0
Excluded from license check: pkg:githubactions/fossas/fossa-action, pkg:githubactions/opentofu/setup-opentofu, pkg:golang/github.com/shoenig/go-m1cpu, pkg:pypi/pytest-metadata

OpenSSF Scorecard

PackageVersionScoreDetails
actions/vladopajic/go-test-coverage cc5012c2cfa84542e02b079141958a885861d326 🟢 5
Details
CheckScoreReason
Maintained🟢 1019 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 10
Code-Review⚠️ 0Found 1/18 approved changesets -- score normalized to 0
Binary-Artifacts🟢 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Security-Policy⚠️ 0security policy file not detected
Fuzzing⚠️ 0project is not fuzzed
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Vulnerabilities🟢 82 existing vulnerabilities detected
Packaging🟢 10packaging workflow detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • .github/workflows/ci.yml

@dhurley dhurley closed this Sep 25, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 25, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant