Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
ci: use forked github actions (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
marek-karwacki-rdx authored Dec 6, 2023
1 parent 982910a commit d582a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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: AButler/upload-release-assets@c94805dc72e4b20745f543da0f62eaee7722df7a # v2.0.2
uses: RDXWorks-actions/upload-release-assets@master
with:
files: sbom.json
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d582a5a

Please sign in to comment.