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.
2 parents 656d3f5 + 92f6f74 commit 89df20bCopy full SHA for 89df20b
2 files changed
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
run: npm run test:integration
73
74
- name: Upload test coverage report
75
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
76
with:
77
files: ./coverage/lcov.info,./coverage-cli/lcov.info
78
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/e2e.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
31
32
- name: Set up Docker Buildx
33
- uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
+ uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5
34
35
install: true
36
0 commit comments