From 481637c12192f63e33d2f1b1e9681addc178ec0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 09:48:41 -0600 Subject: [PATCH] Bump codacy/codacy-coverage-reporter-action from 1.2 to 1.3 (#2367) Bumps [codacy/codacy-coverage-reporter-action](https://github.com/codacy/codacy-coverage-reporter-action) from 1.2 to 1.3. - [Release notes](https://github.com/codacy/codacy-coverage-reporter-action/releases) - [Commits](https://github.com/codacy/codacy-coverage-reporter-action/compare/v1.2...v1.3) --- updated-dependencies: - dependency-name: codacy/codacy-coverage-reporter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-DEV-slim.yml | 2 +- .github/workflows/deploy-DEV-standard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-DEV-slim.yml b/.github/workflows/deploy-DEV-slim.yml index 6a7fcf25..29805f3c 100644 --- a/.github/workflows/deploy-DEV-slim.yml +++ b/.github/workflows/deploy-DEV-slim.yml @@ -161,7 +161,7 @@ jobs: # Codacy Coverage Report # ########################## - name: Upload the code coverage report - uses: codacy/codacy-coverage-reporter-action@v1.2 + uses: codacy/codacy-coverage-reporter-action@v1.3 # Dependabot does not have priv to see the secret, so will # fail opn bump jobs... continue-on-error: true diff --git a/.github/workflows/deploy-DEV-standard.yml b/.github/workflows/deploy-DEV-standard.yml index 8f6caae1..04562ad7 100644 --- a/.github/workflows/deploy-DEV-standard.yml +++ b/.github/workflows/deploy-DEV-standard.yml @@ -160,7 +160,7 @@ jobs: # Codacy Coverage Report # ########################## - name: Upload the code coverage report - uses: codacy/codacy-coverage-reporter-action@v1.2 + uses: codacy/codacy-coverage-reporter-action@v1.3 # Dependabot does not have priv to see the secret, so will # fail opn bump jobs... continue-on-error: true