Skip to content

Commit 469bad0

Browse files
Bump actions/attest-build-provenance from 1 to 2 (#180)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1 to 2. - [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@v1...v2) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d910e94 commit 469bad0

5 files changed

+5
-5
lines changed

.github/workflows/matrix_multi_build_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149

150150
- name: Generate artifact attestation ${{ github.event.inputs.distinct_id }}
151151
if: env.disable_qt5 != 'yes' # When qBittorrent v5 is released, remove this
152-
uses: actions/attest-build-provenance@v1
152+
uses: actions/attest-build-provenance@v2
153153
with:
154154
subject-path: "${{ env.qbt_build_dir }}/completed/${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox"
155155

.github/workflows/matrix_multi_build_and_release_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213

214214
- name: Generate artifact attestation ${{ github.event.inputs.distinct_id }}
215215
if: env.disable_qt5 != 'yes' # When qBittorrent v5 is released, remove this
216-
uses: actions/attest-build-provenance@v1
216+
uses: actions/attest-build-provenance@v2
217217
with:
218218
subject-path: "${{ env.qbt_build_dir }}/completed/${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox"
219219

.github/workflows/matrix_multi_build_and_release_customs_tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157

158158
- name: Generate artifact attestation
159159
if: env.disable_qt5 != 'yes' # When qBittorrent v5 is released, remove this
160-
uses: actions/attest-build-provenance@v1
160+
uses: actions/attest-build-provenance@v2
161161
with:
162162
subject-path: "${{ env.qbt_build_dir }}/completed/${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox"
163163

.github/workflows/matrix_multi_build_and_release_qbt_workflow_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149

150150
- name: Generate artifact attestation ${{ github.event.inputs.distinct_id }}
151151
if: env.disable_qt5 != 'yes' # When qBittorrent v5 is released, remove this
152-
uses: actions/attest-build-provenance@v1
152+
uses: actions/attest-build-provenance@v2
153153
with:
154154
subject-path: "${{ env.qbt_build_dir }}/completed/${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox"
155155

.github/workflows/matrix_multi_build_and_release_qbt_workflow_files_debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149

150150
- name: Generate artifact attestation ${{ github.event.inputs.distinct_id }}
151151
if: env.disable_qt5 != 'yes' # When qBittorrent v5 is released, remove this
152-
uses: actions/attest-build-provenance@v1
152+
uses: actions/attest-build-provenance@v2
153153
with:
154154
subject-path: "${{ env.qbt_build_dir }}/completed/${{ matrix.qbt_cross_name }}-${{ matrix.qbt_qt_version_name }}qbittorrent-nox"
155155

0 commit comments

Comments
 (0)