From 7e5b6b45f75e7cb47660085319aff5ec75c9b1cf Mon Sep 17 00:00:00 2001 From: laerson <20879937+Laerson@users.noreply.github.com> Date: Thu, 21 Mar 2024 07:41:44 -0300 Subject: [PATCH] change to test unit-test --- .github/workflows/untrusted-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/untrusted-pipeline.yml b/.github/workflows/untrusted-pipeline.yml index 74ff9da..f940bbb 100644 --- a/.github/workflows/untrusted-pipeline.yml +++ b/.github/workflows/untrusted-pipeline.yml @@ -9,4 +9,5 @@ jobs: call-trusted-pipeline: permissions: contents: read - uses: laerson/ssip-trusted-pipeline/.github/workflows/sast.yml@main + actions: read + uses: laerson/ssip-trusted-pipeline/.github/workflows/unit-test.yml@main