Skip to content

Commit

Permalink
! Fix a test J:DEF-3582
Browse files Browse the repository at this point in the history
  • Loading branch information
JPLachance committed Nov 12, 2024
1 parent 18d7e7a commit e78f7ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,12 @@ jobs:
test_v2:
strategy:
matrix:
public: [true, false]
distributed: [true, false]
warn-on-openssf-scorecard-level: [5, 8]
comment-summary-in-pr: [true, false]
fail-fast: false

uses: ./.github/workflows/dependency-review-v2.yml
with:
public: ${{ matrix.public }}
distributed: ${{ matrix.distributed }}
warn-on-openssf-scorecard-level: ${{ matrix.warn-on-openssf-scorecard-level }}
comment-summary-in-pr: ${{ matrix.comment-summary-in-pr }}
runs-on: '["ubuntu-latest"]'

0 comments on commit e78f7ad

Please sign in to comment.