Skip to content

Commit f298267

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analyze-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-22.04
66
name: Analyze a Docker image with ScanCode.io
77
steps:
8-
- uses: nexB/scancode-action@alpha
8+
- uses: ./ # Run the action from current branch
99
with:
1010
pipelines: "analyze_docker_image"
1111
input-urls:

0 commit comments

Comments
 (0)