From 78e78e0011286ae7312d2320d5cdde4680a690a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 07:29:12 +0000 Subject: [PATCH] deps(actions): bump actions/dependency-review-action from 4 to 5 Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 4 to 5. - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/dependency-review-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tid-secureci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tid-secureci.yml b/.github/workflows/tid-secureci.yml index 6de02c1..757951d 100644 --- a/.github/workflows/tid-secureci.yml +++ b/.github/workflows/tid-secureci.yml @@ -122,7 +122,7 @@ jobs: token: ${{ secrets.checkout_token || github.token }} - name: Review dependency changes - uses: actions/dependency-review-action@v4 + uses: actions/dependency-review-action@v5 continue-on-error: ${{ !inputs.enforce }} with: fail-on-severity: high