diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 5fb43a1..ce9e218 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -34,7 +34,7 @@ jobs: - run: npm ci - name: Run benchmarks - uses: CodSpeedHQ/action@9d332c4d90b43981c3e55ae8e38e68709996240f # v4.17.0 + uses: CodSpeedHQ/action@c145068895e045cc725ee76fcd2307624b65c3af # v4.17.5 with: run: npm run benchmark mode: "simulation" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a890263..29cbae1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,7 +82,7 @@ jobs: - name: Run tests with coverage run: npm run test -- --ci --coverage - - uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1 + - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 with: flags: integration token: ${{ secrets.CODECOV_TOKEN }}