Skip to content

Commit ce47a45

Browse files
fix(github): reference reusable workflow correctly
related to #2781
1 parent 26bce33 commit ce47a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-dependency-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
call-reusable-flow:
9-
uses: camunda/automation-platform-github-actions/.github/workflows/java-dependency-check.yml
9+
uses: camunda/automation-platform-github-actions/.github/workflows/java-dependency-check.yml@main
1010
if: ${{ github.event.label.name == 'bot:java-dependency-check' }}
1111
with:
1212
ref: main

0 commit comments

Comments
 (0)