Skip to content

Commit

Permalink
chore(deps): update actions/dependency-review-action action to v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent b2f2f06 commit 11eb066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Dependency Review
if: github.event_name == 'pull_request'
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
with:
fail-on-severity: ${{ inputs.fail-on-severity }}
allow-ghsas: ${{ inputs.allow-ghsas }}
Expand All @@ -74,7 +74,7 @@ jobs:

- name: Dependency Review
if: github.event_name == 'push' || github.event_name == 'schedule'
uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4.5.0
with:
fail-on-severity: ${{ inputs.fail-on-severity }}
allow-ghsas: ${{ inputs.allow-ghsas }}
Expand Down

0 comments on commit 11eb066

Please sign in to comment.