From e4c3549abf5887584cd8269b35ec6330f401fd2b Mon Sep 17 00:00:00 2001 From: "renovate-gsuquet[bot]" <173481049+renovate-gsuquet[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 05:10:04 +0000 Subject: [PATCH] fix(deps): update actions/dependency-review-action action to v4.3.4 | datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | github-tags | actions/dependency-review-action | v4.3.3 | v4.3.4 | Signed-off-by: Renovate Bot --- .github/workflows/security-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-dependencies.yml b/.github/workflows/security-dependencies.yml index 3291720..9f1f09a 100644 --- a/.github/workflows/security-dependencies.yml +++ b/.github/workflows/security-dependencies.yml @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Dependency Review - uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3 + uses: actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c # v4.3.4 with: fail-on-severity: ${{ inputs.severity || 'low' }} comment-summary-in-pr: ${{ inputs.comment || 'always' }}