Skip to content

Commit 5596839

Browse files
committed
Use latest main branch of SCIO in scancode-action #1327
Signed-off-by: tdruez <[email protected]>
1 parent 3b8cab8 commit 5596839

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/generate-sboms.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Generate SBOMS
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
jobs:
66
generate-sboms:
@@ -20,6 +20,7 @@ jobs:
2020
run: docker run --rm local-image pip freeze --all --exclude scancodeio > scancode-inputs/requirements.txt
2121

2222
- name: Resolve the dependencies using ScanCode-action
23-
uses: nexB/scancode-action@alpha
23+
uses: nexB/scancode-action@main
2424
with:
2525
pipelines: "resolve_dependencies:DynamicResolver"
26+
scancodeio-repo-branch: main

0 commit comments

Comments
 (0)