Skip to content

Commit

Permalink
Update dependency-review.yml
Browse files Browse the repository at this point in the history
swap out DR action version SHA
  • Loading branch information
elireisman authored Mar 13, 2024
1 parent def81e4 commit 78de1af
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 @@ -9,6 +9,6 @@ jobs:
uses: actions/checkout@v3
- name: 'Dependency Review'
id: dr_test
uses: actions/dependency-review-action@laughedelic:feat/data-outputs
uses: actions/dependency-review-action@84b80e6e84bc7e685a43aa71482021b6cd1426b1
- name: 'print new outputs test'
run: echo ${{join(steps.dr_test.outputs.*, '\n')}}

0 comments on commit 78de1af

Please sign in to comment.