Skip to content

Commit 3a0aeac

Browse files
committed
Run the action from current branch #12
Signed-off-by: tdruez <[email protected]>
1 parent 547804f commit 3a0aeac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/scan-codebase.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ jobs:
88
- uses: actions/checkout@v4
99
with:
1010
path: scancode-inputs
11-
- uses: nexB/scancode-action@alpha
11+
- name: Run the action from current branch
12+
uses: ./
1213
with:
1314
pipelines: "scan_codebase"
1415
check-compliance: true

0 commit comments

Comments
 (0)