mirror of https://github.com/astral-sh/uv
Update actions/attest-build-provenance action to v2.4.0 (#14058)
This commit is contained in:
parent
a0ea520fe3
commit
ba6413f81f
|
|
@ -295,7 +295,7 @@ jobs:
|
||||||
annotations: ${{ steps.meta.outputs.annotations }}
|
annotations: ${{ steps.meta.outputs.annotations }}
|
||||||
|
|
||||||
- name: Generate artifact attestation
|
- name: Generate artifact attestation
|
||||||
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
|
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
|
||||||
with:
|
with:
|
||||||
subject-name: ${{ env.UV_BASE_IMG }}
|
subject-name: ${{ env.UV_BASE_IMG }}
|
||||||
subject-digest: ${{ steps.build-and-push.outputs.digest }}
|
subject-digest: ${{ steps.build-and-push.outputs.digest }}
|
||||||
|
|
@ -384,7 +384,7 @@ jobs:
|
||||||
echo "digest=${digest}" >> "$GITHUB_OUTPUT"
|
echo "digest=${digest}" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
- name: Generate artifact attestation
|
- name: Generate artifact attestation
|
||||||
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
|
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
|
||||||
with:
|
with:
|
||||||
subject-name: ${{ env.UV_BASE_IMG }}
|
subject-name: ${{ env.UV_BASE_IMG }}
|
||||||
subject-digest: ${{ steps.manifest-digest.outputs.digest }}
|
subject-digest: ${{ steps.manifest-digest.outputs.digest }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue