From 4c7f4bb68325139710c383a36a78964e11781588 Mon Sep 17 00:00:00 2001 From: Xin Lin <47510956+xlin7799@users.noreply.github.com> Date: Tue, 26 Jul 2022 16:17:49 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 54802e2b8..eb8de6693 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: create a new branch that references commit id run: git checkout -b ${{ github.event.inputs.version_number }} ${{ github.event.inputs.commit_id }} - name: Generate SBOM - uses: xlin7799/CI-CD-Github-Actions/sbom-generator@generic + uses: FreeRTOS/CI-CD-Github-Actions/sbom-generator@main with: repo_path: ./ source_path: ./source