This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch release-1.10.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit 3b59c929e3003bf4a01f0db434d3dcd21bba2002 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed May 31 11:37:55 2023 +0200 Added submodules for GH Action related to gomod SBOM generation Signed-off-by: Andrea Cosentino <[email protected]> --- .github/actions/gh-go-mod-generate-sbom | 1 + .gitmodules | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/gh-go-mod-generate-sbom b/.github/actions/gh-go-mod-generate-sbom new file mode 160000 index 000000000..d4aee0cf5 --- /dev/null +++ b/.github/actions/gh-go-mod-generate-sbom @@ -0,0 +1 @@ +Subproject commit d4aee0cf5133055dbd98899978246c10c18c440f diff --git a/.gitmodules b/.gitmodules index 4643631c4..c66b40d2d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,7 +4,6 @@ [submodule ".github/actions/changelog"] path = .github/actions/changelog url = https://github.com/CharMixer/auto-changelog-action -[submodule ".github/actions/action-dotenv-to-setenv"] - path = .github/actions/action-dotenv-to-setenv - url = https://github.com/c-py/action-dotenv-to-setenv.git - branch = tags/v3 +[submodule ".github/actions/gh-go-mod-generate-sbom"] + path = .github/actions/gh-go-mod-generate-sbom + url = https://github.com/CycloneDX/gh-gomod-generate-sbom/
