Skip to content

Commit

Permalink
chore(deps): update actions/dependency-review-action action to v3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 4, 2024
1 parent 00a62ce commit e47d8d0
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@c090f4e553673e6e505ea70d6a95362ee12adb94 # v3.0.3
uses: actions/dependency-review-action@c74b580d73376b7750d3d2a50bfb8adc2c937507 # v3.1.5
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@c090f4e553673e6e505ea70d6a95362ee12adb94 # v3.0.3
uses: actions/dependency-review-action@c74b580d73376b7750d3d2a50bfb8adc2c937507 # v3.1.5
with:
fail-on-severity: ${{ inputs.fail-on-severity }}
allow-ghsas: ${{ inputs.allow-ghsas }}
Expand Down

0 comments on commit e47d8d0

Please sign in to comment.