Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
chore(deps): update erzz/codeclimate-standalone action to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 25, 2022
1 parent 40745c5 commit 033ee73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
curl -L --fail -o .codeclimate.yml https://raw.githubusercontent.com/erzz/workflows/main/.github/workflows/configs/.go-codeclimate.yml || exit 1
- name: Code Climate Standalone
uses: erzz/[email protected].3
uses: erzz/[email protected].4
with:
html_report: true
config_file: ${{ inputs.cc-config-file }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
curl -L --fail -o .codeclimate.yml https://raw.githubusercontent.com/erzz/workflows/main/.github/workflows/configs/.java-codeclimate.yml || exit 1
- name: Code Climate Standalone
uses: erzz/[email protected].3
uses: erzz/[email protected].4
with:
html_report: true
config_file: ${{ inputs.cc-config-file }}
Expand Down

0 comments on commit 033ee73

Please sign in to comment.