diff --git a/.github/workflows/todos.yaml b/.github/workflows/todos.yaml index a6d564d..4c8fb55 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@061b345a7351b0caf23055caea63ccd08b75e20e # v8.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 }}