From 2d479f8003737d2fe618174bfc29876b91c8b86c Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 23 Sep 2024 10:25:37 -0400 Subject: [PATCH 1/2] chore(ci): Switch to Codecov action --- .github/workflows/node_tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/node_tests.yml b/.github/workflows/node_tests.yml index 091da654e..422a9dcd8 100644 --- a/.github/workflows/node_tests.yml +++ b/.github/workflows/node_tests.yml @@ -45,7 +45,9 @@ jobs: - name: Jest tests run: npm run coverage -- --maxWorkers=2 --testTimeout=10000 --colors - name: Upload to codecov - run: npm run codecov + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} - name: Smoke tests run: | bids-validator/bin/bids-validator bids-validator/tests/data/valid_headers/ --ignoreNiftiHeaders From 1da54070b6abb5af32e3e7b85011079b560010bd Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 23 Sep 2024 10:25:51 -0400 Subject: [PATCH 2/2] chore(deps): Update actions in single PRs --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 238c94a79..028855ae2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,10 @@ updates: directory: '/' schedule: interval: 'monthly' + groups: + actions-infrastructure: + patterns: + - "actions/*" - package-ecosystem: 'gitsubmodule' directory: '/'