Skip to content

Commit

Permalink
chore: temporary lock dep-review-action on 4.3.3 (#48)
Browse files Browse the repository at this point in the history
4.3.4 introduce a new spdx parsing logic which I think blow stuff up.
Let's first solve the problem live, then see what we can/should do to update.
  • Loading branch information
louis-bompart authored Jul 12, 2024
1 parent cc33415 commit 31fe1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
core.setFailure(`Could not determine configuration for inputs: ${inputs}`)
- name: Scan
uses: actions/dependency-review-action@v4
uses: actions/dependency-review-action@v4.3.3
with:
comment-summary-in-pr: ${{ inputs.comment-summary-in-pr }}
fail-on-severity: ${{ inputs.fail-on-severity }}
Expand Down

0 comments on commit 31fe1d5

Please sign in to comment.