From 83353717e36f55d23807be40e3babe42721770d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 07:44:04 +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.5.10 to 5.6.1. - [Release notes](https://github.com/devantler-tech/reusable-workflows/releases) - [Commits](https://github.com/devantler-tech/reusable-workflows/compare/7d3a08e3cc284c6fa14a056d5df7702ec0978d59...f974f62a8cb396130fa084d209ad1fc17e99b9fc) --- updated-dependencies: - dependency-name: devantler-tech/reusable-workflows/.github/workflows/scan-for-todo-comments.yaml dependency-version: 5.6.1 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 e91f6d3..0300d09 100644 --- a/.github/workflows/todos.yaml +++ b/.github/workflows/todos.yaml @@ -11,6 +11,6 @@ jobs: permissions: contents: read # checkout so the scanner can read the source files issues: write # open/maintain the tracking issues the scanner manages - uses: devantler-tech/reusable-workflows/.github/workflows/scan-for-todo-comments.yaml@7d3a08e3cc284c6fa14a056d5df7702ec0978d59 # v5.5.10 + uses: devantler-tech/reusable-workflows/.github/workflows/scan-for-todo-comments.yaml@f974f62a8cb396130fa084d209ad1fc17e99b9fc # v5.6.1 secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}