From 568efae3adc3dd94fcc2a9ab5354a539739ed7bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 15:01: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.4.1 to 5.5.5. - [Release notes](https://github.com/devantler-tech/reusable-workflows/releases) - [Commits](https://github.com/devantler-tech/reusable-workflows/compare/d6c7133cb8cb13189b97993aeb3f4d120f27479d...59c9a1792fbef2d5849127a1c892ed39990645d9) --- updated-dependencies: - dependency-name: devantler-tech/reusable-workflows/.github/workflows/scan-for-todo-comments.yaml dependency-version: 5.5.5 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 1911b8d..8175624 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@d6c7133cb8cb13189b97993aeb3f4d120f27479d # v5.4.1 + uses: devantler-tech/reusable-workflows/.github/workflows/scan-for-todo-comments.yaml@59c9a1792fbef2d5849127a1c892ed39990645d9 # v5.5.5 secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}