Skip to content

Commit 3076405

Browse files
authored
Merge pull request #6 from userdocs/dependabot/github_actions/actions/attest-build-provenance-2
Bump actions/attest-build-provenance from 1 to 2
2 parents 4dd3c92 + 6b669ce commit 3076405

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-linux-crossbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
run: printf '%s\n' "release_tag=${{ env.release_tag }}" >> "$GITHUB_OUTPUT"
118118

119119
- name: Generate artifact attestation
120-
uses: actions/attest-build-provenance@v1
120+
uses: actions/attest-build-provenance@v2
121121
with:
122122
subject-path: ${{ env.binary_path }}
123123

.github/workflows/ci-linux-emulation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
run: printf '%s\n' "release_tag=${{ env.release_tag }}" >> "$GITHUB_OUTPUT"
128128

129129
- name: Generate artifact attestation
130-
uses: actions/attest-build-provenance@v1
130+
uses: actions/attest-build-provenance@v2
131131
with:
132132
subject-path: ${{ env.binary_path }}
133133

.github/workflows/ci-osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
run: printf '%s\n' "release_tag=${{ env.release_tag }}" >> "$GITHUB_OUTPUT"
112112

113113
- name: Generate artifact attestation
114-
uses: actions/attest-build-provenance@v1
114+
uses: actions/attest-build-provenance@v2
115115
with:
116116
subject-path: ${{ env.binary_path }}
117117

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: Compress-Archive -Path "${{ matrix.name }}/bin/*" -DestinationPath "${{ matrix.name }}-${{ matrix.arch }}-win${{ matrix.filename }}.zip"
7474

7575
- name: Generate artifact attestation
76-
uses: actions/attest-build-provenance@v1
76+
uses: actions/attest-build-provenance@v2
7777
with:
7878
subject-path: |
7979
${{ matrix.name }}-${{ matrix.arch }}-win${{ matrix.filename }}.zip

0 commit comments

Comments
 (0)