Skip to content

Commit 779aa83

Browse files
Migrate to actions/attest (#2952)
Migrate from now-deprecated attestation action to `actions/attest`.
1 parent 24d12d2 commit 779aa83

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ jobs:
402402
}
403403
404404
- name: Attest artifacts
405-
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
405+
uses: actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
406406
with:
407407
subject-path: |
408408
./artifacts/polly.spdx.json

.github/workflows/dependabot-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Approve pull request and enable auto-merge
4040
shell: bash
4141
if: |
42-
contains(steps.dependabot-metadata.outputs.dependency-names, 'actions/attest-build-provenance') ||
42+
contains(steps.dependabot-metadata.outputs.dependency-names, 'actions/attest') ||
4343
contains(steps.dependabot-metadata.outputs.dependency-names, 'actions/cache') ||
4444
contains(steps.dependabot-metadata.outputs.dependency-names, 'actions/checkout') ||
4545
contains(steps.dependabot-metadata.outputs.dependency-names, 'actions/create-github-app-token') ||

0 commit comments

Comments
 (0)