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 b3b909e commit c7f13dcCopy full SHA for c7f13dc
.github/workflows/cd.yml
@@ -37,7 +37,7 @@ jobs:
37
run: ls -l dist/
38
39
- name: Generate artifact attestation for sdist and wheel
40
- uses: actions/attest-build-provenance@ef244123eb79f2f7a7e75d99086184180e6d0018 # v1.4.4
+ uses: actions/attest-build-provenance@c4fbc648846ca6f503a13a2281a5e7b98aa57202 # v2.0.1
41
with:
42
subject-path: "dist/vector-*"
43
.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
93
run: nox -s coverage-${{ matrix.python-version }} --verbose
94
95
- name: Upload coverage report
96
- uses: codecov/codecov-action@v5.0.7
+ uses: codecov/codecov-action@v5.1.1
97
98
token: ${{ secrets.CODECOV_TOKEN }}
99
0 commit comments