Skip to content

Commit

Permalink
build: fix dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
ndr-brt committed May 10, 2024
1 parent 7293007 commit 534b75a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dependency-check.yml
Expand Up @@ -3,11 +3,12 @@ on:
push:
branches:
- main
pull_request:
pull_request_target:

permissions:
contents: read

jobs:
check:
uses: eclipse-edc/.github/.github/workflows/dependency-check.yml@main
uses: eclipse-edc/.github/.github/workflows/dependency-check.yml@main
secrets: inherit

0 comments on commit 534b75a

Please sign in to comment.