Skip to content

Commit baf6299

Browse files
authored
Merge pull request cli#12339 from cli/dependabot/github_actions/actions/attest-build-provenance-3.1.0
chore(deps): bump actions/attest-build-provenance from 3.0.0 to 3.1.0
2 parents 146e886 + aed52d5 commit baf6299

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,10 @@ jobs:
315315
rpmsign --addsign dist/*.rpm
316316
- name: Attest release artifacts
317317
if: inputs.environment == 'production'
318-
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
318+
uses: actions/attest-build-provenance@00014ed6ed5efc5b1ab7f7f34a39eb55d41aa4f8 # v3.1.0
319319
with:
320320
subject-path: "dist/gh_*"
321+
create-storage-record: false # (default: true)
321322
- name: Run createrepo
322323
env:
323324
GPG_SIGN: ${{ inputs.environment == 'production' }}

0 commit comments

Comments
 (0)