From 86d514f3b383ab9187204a3bfb91b1fd3895bb1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 11:05:24 -0500 Subject: [PATCH] Bump codacy/codacy-coverage-reporter-action from 1.0.1 to 1.1 (#1864) * Bump codacy/codacy-coverage-reporter-action from 1.0.1 to 1.1 Bumps [codacy/codacy-coverage-reporter-action](https://github.com/codacy/codacy-coverage-reporter-action) from 1.0.1 to 1.1. - [Release notes](https://github.com/codacy/codacy-coverage-reporter-action/releases) - [Commits](https://github.com/codacy/codacy-coverage-reporter-action/compare/1.0.1...v1.1) --- updated-dependencies: - dependency-name: codacy/codacy-coverage-reporter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update Dockerfile Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Gravley --- .github/workflows/deploy-DEV-slim.yml | 2 +- .github/workflows/deploy-DEV-standard.yml | 2 +- Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-DEV-slim.yml b/.github/workflows/deploy-DEV-slim.yml index ace7715d..3b19fcfb 100644 --- a/.github/workflows/deploy-DEV-slim.yml +++ b/.github/workflows/deploy-DEV-slim.yml @@ -156,7 +156,7 @@ jobs: # Codacy Coverage Report # ########################## - name: Upload the code coverage report - uses: codacy/codacy-coverage-reporter-action@1.0.1 + uses: codacy/codacy-coverage-reporter-action@v1.1 # 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 7a468aab..9c5d19c4 100644 --- a/.github/workflows/deploy-DEV-standard.yml +++ b/.github/workflows/deploy-DEV-standard.yml @@ -156,7 +156,7 @@ jobs: # Codacy Coverage Report # ########################## - name: Upload the code coverage report - uses: codacy/codacy-coverage-reporter-action@1.0.1 + uses: codacy/codacy-coverage-reporter-action@v1.1 # Dependabot does not have priv to see the secret, so will # fail opn bump jobs... continue-on-error: true diff --git a/Dockerfile b/Dockerfile index 9f597eaa..5564e48f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -134,7 +134,7 @@ RUN pip3 install --no-cache-dir pipenv \ # Install Python Black # ######################## && wget --tries=5 -q -O /usr/local/bin/black https://github.com/psf/black/releases/download/21.7b0/black_linux \ - && chmod +x /usr/local/bin/black \ + && chmod +x /usr/local/bin/black ############################## # Installs Perl dependencies # ##############################