Skip to content

Commit 1217775

Browse files
Bump paambaati/codeclimate-action from 2.7.5 to 3.0.0 (#40)
Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 2.7.5 to 3.0.0. - [Release notes](https://github.com/paambaati/codeclimate-action/releases) - [Changelog](https://github.com/paambaati/codeclimate-action/blob/master/CHANGELOG.md) - [Commits](paambaati/codeclimate-action@v2.7.5...v3.0.0) --- updated-dependencies: - dependency-name: paambaati/codeclimate-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5556066 commit 1217775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: yarn test
3737
if: github.ref != 'refs/heads/main'
3838
- name: Unit tests with coverage
39-
uses: paambaati/codeclimate-action@v2.7.5
39+
uses: paambaati/codeclimate-action@v3.0.0
4040
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
4141
env:
4242
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}

0 commit comments

Comments
 (0)