Skip to content

Commit fa230ef

Browse files
build(deps): bump actions/attest from 4.2.0 to 4.2.2
Bumps [actions/attest](https://github.com/actions/attest) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](actions/attest@f7c74d2...1e69f48) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e9b848 commit fa230ef

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
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'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)