This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch release-1.12.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit b270c843c48a9c4b4d39bd40b81b959698f1b473
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed May 31 11:39:43 2023 +0200

    Added submodules for GH Action related to gomod SBOM generation - GH Action 
alignment
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .github/workflows/generate-sbom-main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/generate-sbom-main.yml 
b/.github/workflows/generate-sbom-main.yml
index f61f425d9..0ccaeb295 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -72,7 +72,7 @@ jobs:
     - name: Execute Build (make)
       uses: ./.github/actions/e2e-build
     - name: Generate SBOM
-      uses: CycloneDX/gh-gomod-generate-sbom@v1
+      uses: ./.github/actions/gh-go-mod-generate-sbom
       with:
         version: v1
         args: mod -licenses -json -output camel-k-sbom/camel-k-sbom.json

Reply via email to