From ddfb0b782ea10bf33b3ed83fbe788f775a5dc541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 10:24:25 +0000 Subject: [PATCH] chore(deps): Bump devantler-tech/reusable-workflows/.github/workflows/scan-for-todo-comments.yaml Bumps [devantler-tech/reusable-workflows/.github/workflows/scan-for-todo-comments.yaml](https://github.com/devantler-tech/reusable-workflows) from 5.0.0 to 5.2.0. - [Release notes](https://github.com/devantler-tech/reusable-workflows/releases) - [Commits](https://github.com/devantler-tech/reusable-workflows/compare/ad99c16f59e9e205d1cbd4d511c949aa353670b7...b748f68a0d14ad477cb9610a6d1f958bf75e91dc) --- updated-dependencies: - dependency-name: devantler-tech/reusable-workflows/.github/workflows/scan-for-todo-comments.yaml dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/todos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/todos.yaml b/.github/workflows/todos.yaml index 0aac2c5..3bae850 100644 --- a/.github/workflows/todos.yaml +++ b/.github/workflows/todos.yaml @@ -9,6 +9,6 @@ on: jobs: todos: - uses: devantler-tech/reusable-workflows/.github/workflows/scan-for-todo-comments.yaml@ad99c16f59e9e205d1cbd4d511c949aa353670b7 # v5.0.0 + uses: devantler-tech/reusable-workflows/.github/workflows/scan-for-todo-comments.yaml@b748f68a0d14ad477cb9610a6d1f958bf75e91dc # v5.2.0 secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}