We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5a326f + 9d3aeaa commit 457f377Copy full SHA for 457f377
1 file changed
.github/workflows/deployment.yml
@@ -388,7 +388,7 @@ jobs:
388
rpmsign --addsign dist/*.rpm
389
- name: Attest release artifacts
390
if: inputs.environment == 'production' && !inputs.dry_run
391
- uses: actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
+ uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
392
with:
393
subject-path: "dist/gh_*"
394
create-storage-record: false # (default: true)
0 commit comments