mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Bump codacy/codacy-coverage-reporter-action from 1.1 to 1.2 (#2303)
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](https://github.com/codacy/codacy-coverage-reporter-action/compare/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
5fca66982d
commit
19abe7946c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deploy-DEV-slim.yml
vendored
2
.github/workflows/deploy-DEV-slim.yml
vendored
|
@ -161,7 +161,7 @@ jobs:
|
||||||
# Codacy Coverage Report #
|
# Codacy Coverage Report #
|
||||||
##########################
|
##########################
|
||||||
- name: Upload the code 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
|
# Dependabot does not have priv to see the secret, so will
|
||||||
# fail opn bump jobs...
|
# fail opn bump jobs...
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
2
.github/workflows/deploy-DEV-standard.yml
vendored
2
.github/workflows/deploy-DEV-standard.yml
vendored
|
@ -160,7 +160,7 @@ jobs:
|
||||||
# Codacy Coverage Report #
|
# Codacy Coverage Report #
|
||||||
##########################
|
##########################
|
||||||
- name: Upload the code 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
|
# Dependabot does not have priv to see the secret, so will
|
||||||
# fail opn bump jobs...
|
# fail opn bump jobs...
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
Loading…
Reference in a new issue