Skip to content

build(deps): bump schneegans/dynamic-badges-action from 1.7.0 to 1.8.0 in /.github/workflows#25

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/dot-github/workflows/schneegans/dynamic-badges-action-1.8.0
Open

build(deps): bump schneegans/dynamic-badges-action from 1.7.0 to 1.8.0 in /.github/workflows#25
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/dot-github/workflows/schneegans/dynamic-badges-action-1.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps schneegans/dynamic-badges-action from 1.7.0 to 1.8.0.

Release notes

Sourced from schneegans/dynamic-badges-action's releases.

Dynamic Badges v1.8.0

What's Changed

New Contributors

Full Changelog: Schneegans/dynamic-badges-action@v1.7.0...v1.8.0

Changelog

Sourced from schneegans/dynamic-badges-action's changelog.

Dynamic Badges Action 1.8.0

Release Date: 2025-03-28

Changes

  • The action now runs on Node 24 instead of Node 20.
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 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 [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>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2026

Labels

The following labels could not be found: automated, dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@greptile-apps
Copy link
Copy Markdown

greptile-apps bot commented Mar 30, 2026

Confidence Score: 5/5

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

Important Files Changed

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
Loading

Reviews (1): Last reviewed commit: "build(deps): bump schneegans/dynamic-bad..." | Re-trigger Greptile

@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant