mirror of
https://github.com/edera-dev/sprout.git
synced 2026-03-22 06:50:18 +00:00
Compare commits
1 Commits
v0.0.28
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d26d139205 |
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@@ -43,13 +43,13 @@ jobs:
|
|||||||
|
|
||||||
- name: 'upload artifacts'
|
- name: 'upload artifacts'
|
||||||
id: upload
|
id: upload
|
||||||
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
|
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
path: target/assemble/*
|
path: target/assemble/*
|
||||||
|
|
||||||
- name: 'attest artifacts'
|
- name: 'attest artifacts'
|
||||||
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
|
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
|
||||||
with:
|
with:
|
||||||
subject-name: artifacts.zip
|
subject-name: artifacts.zip
|
||||||
subject-digest: "sha256:${{ steps.upload.outputs.artifact-digest }}"
|
subject-digest: "sha256:${{ steps.upload.outputs.artifact-digest }}"
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
run: ./hack/assemble.sh
|
run: ./hack/assemble.sh
|
||||||
|
|
||||||
- name: 'attest release artifacts'
|
- name: 'attest release artifacts'
|
||||||
uses: actions/attest-build-provenance@96278af6caaf10aea03fd8d33a09a777ca52d62f # v3.2.0
|
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
|
||||||
with:
|
with:
|
||||||
subject-path: target/assemble/*
|
subject-path: target/assemble/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user