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 5, 2024
1 parent 8fde0cc commit a0d2a11
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@c49038363543859d99ad78a24561a4b04ebef70d
if: >
steps.config.outcome == 'success' &&
steps.config.outputs.is-pr == 'true'
Expand Down

0 comments on commit a0d2a11

Please sign in to comment.