diff --git a/.github/workflows/todos.yaml b/.github/workflows/todos.yaml index 8175624..e91f6d3 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@59c9a1792fbef2d5849127a1c892ed39990645d9 # v5.5.5 + uses: devantler-tech/reusable-workflows/.github/workflows/scan-for-todo-comments.yaml@7d3a08e3cc284c6fa14a056d5df7702ec0978d59 # v5.5.10 secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}