File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 SBOM=$(find build/dfetch-package -name '*.cdx.json' -maxdepth 1 | head -1)
153153 echo "path=$SBOM" >> "$GITHUB_OUTPUT"
154154 - name : Attest binary packages with SBOM
155- uses : actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
155+ uses : actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2
156156 with :
157157 subject-path : |
158158 build/dfetch-package/*.deb
@@ -215,7 +215,7 @@ jobs:
215215 }' > vsa-predicate.json
216216 - name : Attest build artifacts with VSA
217217 if : steps.verify-source.outcome == 'success'
218- uses : actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
218+ uses : actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2
219219 with :
220220 subject-path : |
221221 build/dfetch-package/*.deb
@@ -374,7 +374,7 @@ jobs:
374374 SBOM=$(find dist -name '*.cdx.json' -maxdepth 1 | head -1)
375375 echo "path=$SBOM" >> "$GITHUB_OUTPUT"
376376 - name : Attest Python packages with SBOM
377- uses : actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
377+ uses : actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2
378378 with :
379379 subject-path : |
380380 dist/*.whl
Original file line number Diff line number Diff line change 7676 SBOM=$(find dist-sbom -name '*.cdx.json' -maxdepth 1 | head -1)
7777 echo "path=$SBOM" >> "$GITHUB_OUTPUT"
7878 - name : Attest Python distribution with SBOM
79- uses : actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
79+ uses : actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2
8080 with :
8181 subject-path : ' dist/*.whl,dist/*.tar.gz'
8282 predicate-type : ' https://cyclonedx.org/bom'
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147147
148148 - name : Attest test results
149149 if : steps.download-source.outcome == 'success'
150- uses : actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
150+ uses : actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2
151151 with :
152152 subject-path : dfetch-source.tar.gz
153153 predicate-type : https://in-toto.io/attestation/test-result/v0.1
You can’t perform that action at this time.
0 commit comments