2 Commits

Author SHA1 Message Date
Brian DeHamer
c29e4e9225 update release documentation (#59)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-05-10 10:48:50 -07:00
Brian DeHamer
798ee587a2 bump actions/attest from v1.1.0 to v1.1.1 (#61)
Signed-off-by: Brian DeHamer <bdehamer@github.com>
2024-05-10 10:48:30 -07:00
2 changed files with 9 additions and 1 deletions

View File

@@ -28,3 +28,11 @@ otherwise, skip directly to step #5.
```shell
gh release create vX.X.X
```
1. Move (or create) the major version tag to point to the same commit tagged
above:
```shell
git tag -fa vX -m "vX"
git push origin vX --force
```

View File

@@ -52,7 +52,7 @@ runs:
id: generate-sbom-predicate
with:
sbom-path: ${{ inputs.sbom-path || steps.sbom-output.outputs.path }}
- uses: actions/attest@d442d85e120905fa5821e76edb1e07a75b94ee7a # v1.1.0
- uses: actions/attest@32f49af6653ef9b7d1a40182d53fc9ebd53447d8 # v1.1.1
id: attest
with:
subject-path: ${{ inputs.subject-path }}