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 8665c6b commit fb46850Copy full SHA for fb46850
.github/workflows/release.yml
@@ -58,7 +58,7 @@ jobs:
58
./cli/build/distributions/ort-$ORT_VERSION.{tgz,zip}* \
59
./cli-helper/build/distributions/orth-$ORT_VERSION.{tgz,zip}*
60
- name: Attest Build Provenance
61
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
+ uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3
62
with:
63
subject-path: |
64
./cli/build/distributions/ort-${{ env.ORT_VERSION }}.tgz
0 commit comments