mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
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:
parent
b803f846b9
commit
86d514f3b3
3 changed files with 3 additions and 3 deletions
2
.github/workflows/deploy-DEV-slim.yml
vendored
2
.github/workflows/deploy-DEV-slim.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/deploy-DEV-standard.yml
vendored
2
.github/workflows/deploy-DEV-standard.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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 #
|
||||
##############################
|
||||
|
|
Loading…
Reference in a new issue