From c8e913d6c9755fb8af3b484bd84982f88433252c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 20:15:23 +0000 Subject: [PATCH] ci: bump emibcn/badge-action in the all-actions group Bumps the all-actions group with 1 update: [emibcn/badge-action](https://github.com/emibcn/badge-action). Updates `emibcn/badge-action` from 2.0.3 to 2.0.4 - [Release notes](https://github.com/emibcn/badge-action/releases) - [Commits](https://github.com/emibcn/badge-action/compare/808173dd03e2f30c980d03ee49e181626088eee8...f9150fde070fcca0c4e832437611b44838fcd325) --- updated-dependencies: - dependency-name: emibcn/badge-action dependency-version: 2.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/pylint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index dc2809e..f685390 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -326,7 +326,7 @@ jobs: # Use the output from the `coverage` step - name: Generate the badge SVG image - uses: emibcn/badge-action@808173dd03e2f30c980d03ee49e181626088eee8 # v2.0.3 + uses: emibcn/badge-action@f9150fde070fcca0c4e832437611b44838fcd325 # v2.0.4 id: badge with: label: 'Branch Coverage' diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 41e6f74..aabf2ef 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -91,7 +91,7 @@ jobs: # Use the output from the `analyze` step - name: Create pylint badge - uses: emibcn/badge-action@808173dd03e2f30c980d03ee49e181626088eee8 # v2.0.3 + uses: emibcn/badge-action@f9150fde070fcca0c4e832437611b44838fcd325 # v2.0.4 id: badge with: label: 'Pylint score'