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] <support@github.com>

* Update Dockerfile

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
This commit is contained in:
dependabot[bot] 2021-08-16 11:05:24 -05:00 committed by GitHub
parent b803f846b9
commit 86d514f3b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -156,7 +156,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@1.0.1 uses: codacy/codacy-coverage-reporter-action@v1.1
# 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

View file

@ -156,7 +156,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@1.0.1 uses: codacy/codacy-coverage-reporter-action@v1.1
# 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

View file

@ -134,7 +134,7 @@ RUN pip3 install --no-cache-dir pipenv \
# Install Python Black # # Install Python Black #
######################## ########################
&& wget --tries=5 -q -O /usr/local/bin/black https://github.com/psf/black/releases/download/21.7b0/black_linux \ && 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 # # Installs Perl dependencies #
############################## ##############################