Skip to content

Commit 4219606

Browse files
chore(deps): bump actions/attest from 4.1.1 to 4.2.0 (#1304)
* chore(deps): bump actions/attest from 4.1.1 to 4.2.0 Bumps [actions/attest](https://github.com/actions/attest) from 4.1.1 to 4.2.0. - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](actions/attest@a1948c3...f7c74d2) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * test(ci): update actions/attest pin assertion [skip changelog] --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Avi Fenesh <aviarchi1994@gmail.com>
1 parent 1fd70aa commit 4219606

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
}
142142
143143
- name: Attest build provenance
144-
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
144+
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
145145
with:
146146
subject-path: |
147147
agnix-*${{ matrix.target }}.tar.gz

tests/release_workflow.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fn release_workflow_scopes_attestation_and_release_permissions() {
9595
"release job must receive contents: write only where assets are published"
9696
);
9797
assert!(
98-
workflow.contains("uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1"),
98+
workflow.contains("uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0"),
9999
"release workflow must use the SHA-pinned GitHub attestation action"
100100
);
101101
assert!(

0 commit comments

Comments
 (0)