From 1c00a5a18aa9729376f10fae4b81978be19bc2f2 Mon Sep 17 00:00:00 2001 From: marek-karwacki-rdx <118768577+marek-karwacki-rdx@users.noreply.github.com> Date: Tue, 12 Dec 2023 07:59:19 +0100 Subject: [PATCH] ci: revert upload-release-assets action (#168) --- .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 a63c772a..1dc6c51a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: args: --all-projects --org=${{ env.SNYK_PROJECTS_ORG_ID }} --format=cyclonedx1.4+json --json-file-output sbom.json command: sbom - name: Upload SBOM - uses: RDXWorks-actions/upload-release-assets@master + uses: RDXWorks-actions/upload-release-assets@c94805dc72e4b20745f543da0f62eaee7722df7a with: files: sbom.json repo-token: ${{ secrets.GITHUB_TOKEN }}