From 56e0d65abb9d7d8d65db727f3420fc3f965d1da6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 11:11:51 +0200 Subject: [PATCH] Update tj-actions/verify-changed-files action to v17 [SECURITY] (#10863) Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/celo-monorepo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/celo-monorepo.yml b/.github/workflows/celo-monorepo.yml index 227eb408124..ab317489d93 100644 --- a/.github/workflows/celo-monorepo.yml +++ b/.github/workflows/celo-monorepo.yml @@ -97,7 +97,7 @@ jobs: # Get workdir local changes and fail if there are any change - name: Verify Changed files id: verify-changed-files - uses: tj-actions/verify-changed-files@v16 + uses: tj-actions/verify-changed-files@v17 with: fail-if-changed: 'true' fail-message: 'Files changed during build. Please build locally and commit the changes.'