build(deps): bump actions/attest-build-provenance from 4.1.0 to 4.1.1 (#23032)

This commit is contained in:
dependabot[bot]
2026-07-01 19:17:55 +02:00
committed by GitHub
parent 6b425441de
commit e16158ff42
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ jobs:
- name: Attest generated files
if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'
id: attest
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
continue-on-error: true # prevent failing when no pages are modified
with:
subject-path: ${{ env.subject_path }}
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
- name: Attest copied assets
if: github.repository == 'tldr-pages/tldr'
id: attest
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
with:
subject-path: ${{ env.subject_path }}