Skip to content

Commit

Permalink
chore: Use fork of dependency review action
Browse files Browse the repository at this point in the history
  • Loading branch information
jscaltreto committed Nov 6, 2024
1 parent 8fde0cc commit a9c996a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
core.setOutput("config-file", licenseCfgFile);
- name: Pull Request Dependency license check
uses: actions/dependency-review-action@v4
uses: jscaltreto/dependency-review-action@acc25e90bd00053ce0976faba795ee40ea008495
if: >
steps.config.outcome == 'success' &&
steps.config.outputs.is-pr == 'true'
Expand Down

0 comments on commit a9c996a

Please sign in to comment.