Skip to content

Commit 9a85b73

Browse files
committed
test sbom
1 parent 1474378 commit 9a85b73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: create a new branch that references commit id
2727
run: git checkout -b ${{ github.event.inputs.version_number }} ${{ github.event.inputs.commit_id }}
2828
- name: Generate SBOM
29-
uses: FreeRTOS/CI-CD-Github-Actions/sbom-generator@main
29+
uses: tony-josi-aws/CI-CD-Github-Actions/sbom-generator@main
3030
with:
3131
repo_path: ./
3232
source_path: ./source
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-latest
103103
steps:
104104
- name: Doxygen generation
105-
uses: FreeRTOS/CI-CD-Github-Actions/doxygen-generation@main
105+
uses: tony-josi-aws/CI-CD-Github-Actions/doxygen-generation@main
106106
with:
107107
ref: ${{ github.event.inputs.version_number }}
108108
add_release: "true"

0 commit comments

Comments
 (0)