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

Commit 033ee73

Browse files
committed
chore(deps): update erzz/codeclimate-standalone action to v0.0.4
1 parent 40745c5 commit 033ee73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
curl -L --fail -o .codeclimate.yml https://raw.githubusercontent.com/erzz/workflows/main/.github/workflows/configs/.go-codeclimate.yml || exit 1
132132
133133
- name: Code Climate Standalone
134-
uses: erzz/codeclimate-standalone@v0.0.3
134+
uses: erzz/codeclimate-standalone@v0.0.4
135135
with:
136136
html_report: true
137137
config_file: ${{ inputs.cc-config-file }}

.github/workflows/java-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
curl -L --fail -o .codeclimate.yml https://raw.githubusercontent.com/erzz/workflows/main/.github/workflows/configs/.java-codeclimate.yml || exit 1
146146
147147
- name: Code Climate Standalone
148-
uses: erzz/codeclimate-standalone@v0.0.3
148+
uses: erzz/codeclimate-standalone@v0.0.4
149149
with:
150150
html_report: true
151151
config_file: ${{ inputs.cc-config-file }}

0 commit comments

Comments
 (0)