Skip to content

Commit

Permalink
test sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Oct 30, 2023
1 parent 1474378 commit 9a85b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: FreeRTOS/CI-CD-Github-Actions/sbom-generator@main
uses: tony-josi-aws/CI-CD-Github-Actions/sbom-generator@main
with:
repo_path: ./
source_path: ./source
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Doxygen generation
uses: FreeRTOS/CI-CD-Github-Actions/doxygen-generation@main
uses: tony-josi-aws/CI-CD-Github-Actions/doxygen-generation@main
with:
ref: ${{ github.event.inputs.version_number }}
add_release: "true"
Expand Down

0 comments on commit 9a85b73

Please sign in to comment.