From 222b3241ea6678149e836402bad55f51a5236593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 05:13:51 +0000 Subject: [PATCH] chore(deps): Bump devantler-tech/actions/.github/workflows/scan-for-todo-comments.yaml Bumps [devantler-tech/actions/.github/workflows/scan-for-todo-comments.yaml](https://github.com/devantler-tech/actions) from 9.0.0 to 9.0.2. - [Release notes](https://github.com/devantler-tech/actions/releases) - [Changelog](https://github.com/devantler-tech/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/devantler-tech/actions/compare/5aa2657f976103d716f585266a0fa4e964594df2...b69839ba2debe04a46321b7698b6daf57667d4e7) --- updated-dependencies: - dependency-name: devantler-tech/actions/.github/workflows/scan-for-todo-comments.yaml dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0347a73..2449a60 100644 --- a/.github/workflows/todos.yaml +++ b/.github/workflows/todos.yaml @@ -10,6 +10,6 @@ on: jobs: todos: - uses: devantler-tech/actions/.github/workflows/scan-for-todo-comments.yaml@5aa2657f976103d716f585266a0fa4e964594df2 # v9.0.0 + uses: devantler-tech/actions/.github/workflows/scan-for-todo-comments.yaml@b69839ba2debe04a46321b7698b6daf57667d4e7 # v9.0.2 secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}