Skip to content

Commit 559dbdf

Browse files
chore(deps): update actions/attest action to v4.2.0 (#411)
1 parent 5d45df1 commit 559dbdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656

5757
- name: Attest build provenance
5858
if: ${{ format('{0}', inputs.dry_run) == 'false' }}
59-
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
59+
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
6060
with:
6161
subject-path: 'launchdarkly-server-sdk-*.gem'

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
token: ${{ secrets.GITHUB_TOKEN }}
7171

7272
- name: Attest build provenance
73-
uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
73+
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
7474
with:
7575
subject-path: 'launchdarkly-server-sdk-*.gem'

0 commit comments

Comments
 (0)