We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228be55 commit 4ee3070Copy full SHA for 4ee3070
.github/workflows/nodejs.yml
@@ -98,7 +98,7 @@ jobs:
98
run: yarn test --coverage ${{ matrix.eslint-version == 8 }}
99
env:
100
CI: true
101
- - uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
+ - uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
102
if: ${{ matrix.eslint-version == 8 }}
103
with:
104
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments