diff --git a/.github/workflows/pr-scan.yaml b/.github/workflows/pr-scan.yaml index 57cf111..2509f19 100644 --- a/.github/workflows/pr-scan.yaml +++ b/.github/workflows/pr-scan.yaml @@ -175,7 +175,7 @@ jobs: core.setOutput("config-file", licenseCfgFile); - name: Pull Request Dependency license check - uses: circlefin/dependency-review-action@1bfb5f6f409079628491f1c22b1d92cba62cffbf + uses: circlefin/dependency-review-action@7b593d8e8bf59915d8e1d6a1394e9213b63ece11 if: > steps.config.outcome == 'success' && steps.config.outputs.is-pr == 'true'