From 82574fd13356ac751c43723d22b705c3bad343f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 12:02:49 +0000 Subject: [PATCH 1/2] Bump paambaati/codeclimate-action from 3.2.0 to 4.0.0 Bumps [paambaati/codeclimate-action](https://github.com/paambaati/codeclimate-action) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/paambaati/codeclimate-action/releases) - [Changelog](https://github.com/paambaati/codeclimate-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/paambaati/codeclimate-action/compare/v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: paambaati/codeclimate-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1173827e2..120662503 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -104,7 +104,7 @@ jobs: with: coverageCommand: coverage xml debug: true - uses: paambaati/codeclimate-action@v3.2.0 + uses: paambaati/codeclimate-action@v4.0.0 env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} From 0a449706e2e77801c0ca285b0f8071f65ee2b320 Mon Sep 17 00:00:00 2001 From: Kay Robbins <1189050+VisLab@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:05:31 -0500 Subject: [PATCH 2/2] Minor update to force synchronization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 362ba9507..90473203e 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Use `hed.schema.set_cache_directory` to change the location. The HED cache can be shared across processes. Starting with `hedtools 0.2.0` local copies of the most recent schema versions -are stored within the code modules for easy access. +are stored within the code modules for easy access. ### Other links of interest