diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 91d7b08..22fd3c8 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -43,7 +43,7 @@ jobs: - run: npm clean-install - run: corepack npm audit signatures - run: npm test - - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3 + - uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.6 release: needs: - verify