From 655183908990ecce9a00da9ce32d19a26d572df8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 07:45:48 +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 11.0.2 to 13.0.0. - [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/6ed1f44e8f10e4a87746e99159e30b215b9fe8e6...4f9b2bb971efb754b719e8ecb39bdf74b2490c33) --- updated-dependencies: - dependency-name: devantler-tech/actions/.github/workflows/scan-for-todo-comments.yaml dependency-version: 13.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 5c1594f..271415b 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/actions/.github/workflows/scan-for-todo-comments.yaml@6ed1f44e8f10e4a87746e99159e30b215b9fe8e6 # v11.0.2 + uses: devantler-tech/actions/.github/workflows/scan-for-todo-comments.yaml@4f9b2bb971efb754b719e8ecb39bdf74b2490c33 # v13.0.0 secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}