From 1ebe03d7f8718083785b1365aeb5a4a91a591957 Mon Sep 17 00:00:00 2001 From: idelcano Date: Thu, 23 Apr 2026 15:36:45 +0200 Subject: [PATCH 1/2] add test branch to generate dependency track result --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07e1ceaec..09d8f9531 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,3 +10,7 @@ on: jobs: master-workflow: uses: EyeSeeTea/github-workflows/.github/workflows/master.yml@master + dependency-track-yarn4: + if: github.event_name == 'pull_request' + uses: EyeSeeTea/github-workflows/.github/workflows/dependency-track-yarn4.yml@feature/test_bom_actions + secrets: inherit \ No newline at end of file From d51cc7d18d1840a93bbf597425164a7f56af9363 Mon Sep 17 00:00:00 2001 From: idelcano Date: Thu, 23 Apr 2026 17:06:47 +0200 Subject: [PATCH 2/2] fix typo --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 09d8f9531..a2e5388c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,4 +13,4 @@ jobs: dependency-track-yarn4: if: github.event_name == 'pull_request' uses: EyeSeeTea/github-workflows/.github/workflows/dependency-track-yarn4.yml@feature/test_bom_actions - secrets: inherit \ No newline at end of file + secrets: inherit \ No newline at end of file