We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbf2a4 commit a6bde01Copy full SHA for a6bde01
.github/workflows/CICD.yml
@@ -224,7 +224,7 @@ jobs:
224
if-no-files-found: error # 'warn' or 'ignore' are also available, defaults to `warn`
225
226
- name: Attest
227
- uses: actions/attest-build-provenance@520d128f165991a6c774bcb264f323e3d70747f4 # v2.2.0
+ uses: actions/attest-build-provenance@bd77c077858b8d561b7a36cbe48ef4cc642ca39d # v2.2.2
228
with:
229
# Path to the artifact serving as the subject of the attestation. Must
230
# specify exactly one of "subject-path" or "subject-digest". May contain a
0 commit comments