build(deps): bump actions/attest-build-provenance (#1663)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 78e6cbd37d0ac1a40113c04f2037dacf1ea3f12e to 0f67c3f4856b2e3261c31976d6725780e5e4c373. - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/78e6cbd37d0ac1a40113c04f2037dacf1ea3f12e...0f67c3f4856b2e3261c31976d6725780e5e4c373) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 0f67c3f4856b2e3261c31976d6725780e5e4c373 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent
aa66f9a15d
commit
62330413ee
@@ -130,7 +130,7 @@ jobs:
|
|||||||
tar -czf plezy-android-x86_64.tar.gz -C build/app/outputs/flutter-apk app-x86_64-release.apk --transform 's/app-x86_64-release.apk/plezy.apk/'
|
tar -czf plezy-android-x86_64.tar.gz -C build/app/outputs/flutter-apk app-x86_64-release.apk --transform 's/app-x86_64-release.apk/plezy.apk/'
|
||||||
|
|
||||||
- name: Attest APKs
|
- name: Attest APKs
|
||||||
uses: actions/attest-build-provenance@78e6cbd37d0ac1a40113c04f2037dacf1ea3f12e # v4
|
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
|
||||||
with:
|
with:
|
||||||
subject-path: |
|
subject-path: |
|
||||||
plezy-android-arm64-v8a.tar.gz
|
plezy-android-arm64-v8a.tar.gz
|
||||||
@@ -204,7 +204,7 @@ jobs:
|
|||||||
zip -r plezy-ios.ipa Payload
|
zip -r plezy-ios.ipa Payload
|
||||||
|
|
||||||
- name: Attest IPA
|
- name: Attest IPA
|
||||||
uses: actions/attest-build-provenance@78e6cbd37d0ac1a40113c04f2037dacf1ea3f12e # v4
|
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
|
||||||
with:
|
with:
|
||||||
subject-path: plezy-ios.ipa
|
subject-path: plezy-ios.ipa
|
||||||
|
|
||||||
@@ -375,7 +375,7 @@ jobs:
|
|||||||
echo "MACOS_DMG_SIZE=$(stat -f%z plezy-macos.dmg)" >> $GITHUB_ENV
|
echo "MACOS_DMG_SIZE=$(stat -f%z plezy-macos.dmg)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Attest macOS DMG
|
- name: Attest macOS DMG
|
||||||
uses: actions/attest-build-provenance@78e6cbd37d0ac1a40113c04f2037dacf1ea3f12e # v4
|
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
|
||||||
with:
|
with:
|
||||||
subject-path: plezy-macos.dmg
|
subject-path: plezy-macos.dmg
|
||||||
|
|
||||||
@@ -565,7 +565,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
|
|
||||||
- name: Attest Windows artifacts
|
- name: Attest Windows artifacts
|
||||||
uses: actions/attest-build-provenance@78e6cbd37d0ac1a40113c04f2037dacf1ea3f12e # v4
|
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
|
||||||
with:
|
with:
|
||||||
subject-path: |
|
subject-path: |
|
||||||
plezy-windows-x64-portable.7z
|
plezy-windows-x64-portable.7z
|
||||||
@@ -749,7 +749,7 @@ jobs:
|
|||||||
tar -czf "$GITHUB_WORKSPACE/plezy-linux-${{ matrix.arch }}.tar.gz" *
|
tar -czf "$GITHUB_WORKSPACE/plezy-linux-${{ matrix.arch }}.tar.gz" *
|
||||||
|
|
||||||
- name: Attest Linux ${{ matrix.arch }} artifacts
|
- name: Attest Linux ${{ matrix.arch }} artifacts
|
||||||
uses: actions/attest-build-provenance@78e6cbd37d0ac1a40113c04f2037dacf1ea3f12e # v4
|
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4
|
||||||
with:
|
with:
|
||||||
subject-path: |
|
subject-path: |
|
||||||
plezy-linux-${{ matrix.arch }}.tar.gz
|
plezy-linux-${{ matrix.arch }}.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user