Skip to content

Commit 7d0f1bb

Browse files
build(deps): bump actions/attest-build-provenance from 2.2.3 to 2.3.0 (#16305)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.2.3 to 2.3.0. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@c074443...db473fd) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 546707b commit 7d0f1bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- name: Attest generated files
107107
if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'
108108
id: attest
109-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
109+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
110110
continue-on-error: true # prevent failing when no pages are modified
111111
with:
112112
subject-path: ${{ env.subject_path }}

.github/workflows/copy-release-assets.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Attest copied assets
4444
if: github.repository == 'tldr-pages/tldr'
4545
id: attest
46-
uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
46+
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
4747
with:
4848
subject-path: ${{ env.subject_path }}
4949

0 commit comments

Comments
 (0)