Skip to content

Commit

Permalink
Bump codacy/codacy-coverage-reporter-action from 1.1 to 1.2
Browse files Browse the repository at this point in the history
Bumps [codacy/codacy-coverage-reporter-action](https://github.com/codacy/codacy-coverage-reporter-action) from 1.1 to 1.2.
- [Release notes](https://github.com/codacy/codacy-coverage-reporter-action/releases)
- [Commits](codacy/codacy-coverage-reporter-action@v1.1...v1.2)

---
updated-dependencies:
- dependency-name: codacy/codacy-coverage-reporter-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 6, 2022
1 parent f0e69a5 commit 0a9ca89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-DEV-slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
# Codacy Coverage Report #
##########################
- name: Upload the code coverage report
uses: codacy/codacy-coverage-reporter-action@v1.1
uses: codacy/codacy-coverage-reporter-action@v1.2
# Dependabot does not have priv to see the secret, so will
# fail opn bump jobs...
continue-on-error: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-DEV-standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
# Codacy Coverage Report #
##########################
- name: Upload the code coverage report
uses: codacy/codacy-coverage-reporter-action@v1.1
uses: codacy/codacy-coverage-reporter-action@v1.2
# Dependabot does not have priv to see the secret, so will
# fail opn bump jobs...
continue-on-error: true
Expand Down

0 comments on commit 0a9ca89

Please sign in to comment.