build(deps): bump schneegans/dynamic-badges-action from 1.7.0 to 1.8.0 in /.github/workflows#25
Conversation
Bumps [schneegans/dynamic-badges-action](https://github.com/schneegans/dynamic-badges-action) from 1.7.0 to 1.8.0. - [Release notes](https://github.com/schneegans/dynamic-badges-action/releases) - [Changelog](https://github.com/Schneegans/dynamic-badges-action/blob/master/changelog.md) - [Commits](Schneegans/dynamic-badges-action@v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: schneegans/dynamic-badges-action dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Confidence Score: 5/5Safe to merge — this is a minimal, automated dependency bump with no logic changes and a high Dependabot compatibility score. The only change is a single-line version tag update to a GitHub Action used solely for publishing a coverage badge. The new version (v1.8.0) is a non-breaking runtime upgrade (Node 20 → 24) with no API changes. No code paths, secrets handling, or workflow logic are affected. No files require special attention.
|
| Filename | Overview |
|---|---|
| .github/workflows/ci.yml | Single-line version bump of schneegans/dynamic-badges-action from v1.7.0 to v1.8.0 in the coverage badge update step; no logic or configuration changes. |
Sequence Diagram
sequenceDiagram
participant GH as GitHub Actions
participant Test as test job (matrix)
participant Badge as schneegans/dynamic-badges-action@v1.8.0
participant Gist as GitHub Gist
GH->>Test: trigger (push/PR/schedule)
Test->>Test: checkout, setup-go, cache, download deps
Test->>Test: go vet, gofmt, go test -race -coverprofile
alt github.ref == main && go-version == 1.24
Test->>Test: extract coverage percentage
Test->>Badge: update coverage badge
Badge->>Gist: write coverage.json
end
alt go-version == 1.24
Test->>GH: upload coverage to Codecov
end
Reviews (1): Last reviewed commit: "build(deps): bump schneegans/dynamic-bad..." | Re-trigger Greptile
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Bumps schneegans/dynamic-badges-action from 1.7.0 to 1.8.0.
Release notes
Sourced from schneegans/dynamic-badges-action's releases.
Changelog
Sourced from schneegans/dynamic-badges-action's changelog.
Commits
0e50b8b📝 Update self-hosted runner notebf17abf📝 Update example tags972b6db⬆️ Upgrade to Node247142847🔀 Merge pull request #33 from LucBerge/master51bbdc7Update README.mdDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)