We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0818de commit 83a5ff0Copy full SHA for 83a5ff0
.github/workflows/policy-node-test.yml
@@ -46,7 +46,7 @@ jobs:
46
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
48
- name: Check repository dependency graph
49
- uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0
+ uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
50
if: ${{ github.event_name == 'pull_request' && steps.visibility.outputs.isPrivate == 'false' }}
51
52
- name: Setup Node.js v${{ matrix.node-version }}
0 commit comments