-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update actions/attest-build-provenance action to v2.0.1
- Loading branch information
1 parent
6f52899
commit d06e690
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -362,7 +362,7 @@ jobs: | |
- name: Generate artifact attestation for ASF-${{ matrix.variant }}.zip | ||
if: ${{ github.event_name == 'push' }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
subject-path: out/ASF-${{ matrix.variant }}.zip | ||
|
||
|
@@ -409,7 +409,7 @@ jobs: | |
- name: Generate artifact attestation for ArchiSteamFarm.OfficialPlugins.Monitoring | ||
if: ${{ github.event_name == 'push' && matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }} | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
subject-path: out/ArchiSteamFarm.OfficialPlugins.Monitoring.zip | ||
|
||
|
@@ -507,7 +507,7 @@ jobs: | |
gpg -a -b -o SHA512SUMS.sign SHA512SUMS | ||
- name: Generate artifact attestation for SHA512SUMS | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
subject-path: out/SHA512SUMS | ||
|
||
|
@@ -519,7 +519,7 @@ jobs: | |
path: out/SHA512SUMS | ||
|
||
- name: Generate artifact attestation for SHA512SUMS.sign | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
subject-path: out/SHA512SUMS.sign | ||
|
||
|