Skip to content

Commit 6dd1615

Browse files
authored
Merge pull request #2219 from digma-ai/use-composite-action-in-plugin-verifier-workflow
use composite setup action in plugin verifier workflow
2 parents 5e1ce17 + e47f50f commit 6dd1615

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/plugin-verifier-workflow.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,9 @@ jobs:
4141
with:
4242
ref: ${{ inputs.ref-name }}
4343

44-
- name: Setup Java
45-
uses: actions/setup-java@v4
46-
with:
47-
java-version: '17'
48-
distribution: 'corretto'
44+
- name: Workflow setup
45+
uses: ./github-actions/workflow-setup
4946

50-
- name: Setup dotnet
51-
uses: actions/setup-dotnet@v4
52-
with:
53-
dotnet-version: |
54-
8.0.301
5547

5648
- name: Run Plugin Verifier
5749
run: ./gradlew buildPlugin verifyPlugin -PbuildProfile=${{ inputs.build-profile }}

0 commit comments

Comments
 (0)