Skip to content

Commit

Permalink
Bump paambaati/codeclimate-action from 5.0.0 to 6.0.0 (#120)
Browse files Browse the repository at this point in the history
* Bump paambaati/codeclimate-action from 5.0.0 to 6.0.0

Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/paambaati/codeclimate-action/releases)
- [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md)
- [Commits](paambaati/codeclimate-action@v5.0.0...v6.0.0)

---
updated-dependencies:
- dependency-name: paambaati/codeclimate-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump @types/node from 20.12.7 to 20.12.8

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eugene Fabizhevskyi <yevhen.fabizhevskyi@woven.toyota>
  • Loading branch information
dependabot[bot] and Eugene Fabizhevskyi authored May 2, 2024
1 parent 4e07696 commit 880ce9e
Show file tree
Hide file tree
Showing 3 changed files with 174 additions and 166 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: yarn test
if: github.ref != 'refs/heads/main'
- name: Unit tests with coverage
uses: paambaati/codeclimate-action@v5.0.0
uses: paambaati/codeclimate-action@v6.0.0
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
env:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"@types/chai": "4.3.14",
"@types/glob": "8.1.0",
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@types/node": "20.12.8",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@vercel/ncc": "0.38.1",
"eslint": "8.57.0",
"eslint-config-google": "0.14.0",
Expand Down
Loading

0 comments on commit 880ce9e

Please sign in to comment.