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'