mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
chore(deps): update actions/attest-build-provenance action to v1.3.3
This commit is contained in:
parent
d1ab859621
commit
530743cf97
1 changed files with 4 additions and 4 deletions
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
|
@ -362,7 +362,7 @@ jobs:
|
||||||
|
|
||||||
- name: Generate artifact attestation for ASF-${{ matrix.variant }}.zip
|
- name: Generate artifact attestation for ASF-${{ matrix.variant }}.zip
|
||||||
if: ${{ github.event_name == 'push' }}
|
if: ${{ github.event_name == 'push' }}
|
||||||
uses: actions/attest-build-provenance@v1.3.2
|
uses: actions/attest-build-provenance@v1.3.3
|
||||||
with:
|
with:
|
||||||
subject-path: out/ASF-${{ matrix.variant }}.zip
|
subject-path: out/ASF-${{ matrix.variant }}.zip
|
||||||
|
|
||||||
|
@ -409,7 +409,7 @@ jobs:
|
||||||
|
|
||||||
- name: Generate artifact attestation for ArchiSteamFarm.OfficialPlugins.Monitoring
|
- name: Generate artifact attestation for ArchiSteamFarm.OfficialPlugins.Monitoring
|
||||||
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }}
|
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }}
|
||||||
uses: actions/attest-build-provenance@v1.3.2
|
uses: actions/attest-build-provenance@v1.3.3
|
||||||
with:
|
with:
|
||||||
subject-path: out/ArchiSteamFarm.OfficialPlugins.Monitoring.zip
|
subject-path: out/ArchiSteamFarm.OfficialPlugins.Monitoring.zip
|
||||||
|
|
||||||
|
@ -507,7 +507,7 @@ jobs:
|
||||||
gpg -a -b -o SHA512SUMS.sign SHA512SUMS
|
gpg -a -b -o SHA512SUMS.sign SHA512SUMS
|
||||||
|
|
||||||
- name: Generate artifact attestation for SHA512SUMS
|
- name: Generate artifact attestation for SHA512SUMS
|
||||||
uses: actions/attest-build-provenance@v1.3.2
|
uses: actions/attest-build-provenance@v1.3.3
|
||||||
with:
|
with:
|
||||||
subject-path: out/SHA512SUMS
|
subject-path: out/SHA512SUMS
|
||||||
|
|
||||||
|
@ -519,7 +519,7 @@ jobs:
|
||||||
path: out/SHA512SUMS
|
path: out/SHA512SUMS
|
||||||
|
|
||||||
- name: Generate artifact attestation for SHA512SUMS.sign
|
- name: Generate artifact attestation for SHA512SUMS.sign
|
||||||
uses: actions/attest-build-provenance@v1.3.2
|
uses: actions/attest-build-provenance@v1.3.3
|
||||||
with:
|
with:
|
||||||
subject-path: out/SHA512SUMS.sign
|
subject-path: out/SHA512SUMS.sign
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue