Skip to content

Commit 77fc3ae

Browse files
committed
Update action and jreleaser version
1 parent f1e1fe4 commit 77fc3ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sbom-github.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,17 @@ By the end of this post, you will clearly understand how to add SBOMs to your so
6969

7070
```yml
7171
- name: Run JReleaser
72-
uses: jreleaser/release-action@f69e545b05f149483cecb2fb81866247992694b8
72+
uses: jreleaser/release-action@ad73772277e63d9f2bbf4f24a7bb1300388334d7 # 2.4.3
7373
with:
74-
version: 1.15.0
74+
version: 1.20.0
7575
arguments: full-release
7676
env:
7777
JRELEASER_GITHUB_TOKEN: ${{ secrets.JRELEASER_GITHUB_TOKEN }}
7878
[...]
7979
```
8080

8181
4. Make a release :)
82-
The final result looks like this on GitHub: https://github.com/chains-project/maven-lockfile/releases/tag/v5.3.5 and like this on Maven Central: https://repo1.maven.org/maven2/io/github/chains-project/maven-lockfile/5.3.5/.
82+
The final result looks like this on GitHub: https://github.com/chains-project/maven-lockfile/releases/tag/v5.8.2 and like this on Maven Central: https://repo1.maven.org/maven2/io/github/chains-project/maven-lockfile/5.8.2/.
8383

8484
## Conclusion
8585
In conclusion, adding SBOMs to your GitHub and Maven Central releases is a simple and effective way to improve the security and integrity of your software products. Following the steps outlined in this blog post, you can easily generate and add an SBOM to your GitHub and Maven Central release using Maven and JReleaser. With an SBOM, you can identify and remediate vulnerabilities in your software products on time, reducing the risk of security breaches and ensuring the trust of your users. We hope this post has helped guide you through adding SBOMs to your GitHub and Maven Central releases, and we encourage you to continue exploring ways to improve the security and quality of your software products.

0 commit comments

Comments
 (0)