Skip to content

Commit 519a0a1

Browse files
committed
fix(ci): update AI-BOM Scan (PR) workflow to use @V3 tag
1 parent 4d14304 commit 519a0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ai-bom-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Use the official AI-BOM GitHub Action (faster than pip install)
2323
- name: Run AI-BOM scan (AIBOM JSON)
2424
id: scan
25-
uses: trusera/ai-bom@v1
25+
uses: trusera/ai-bom@v3
2626
continue-on-error: true
2727
with:
2828
path: "."

0 commit comments

Comments
 (0)