diff --git a/.github/workflows/todos.yaml b/.github/workflows/todos.yaml index 0300d09..54e667b 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@f974f62a8cb396130fa084d209ad1fc17e99b9fc # v5.6.1 + uses: devantler-tech/reusable-workflows/.github/workflows/scan-for-todo-comments.yaml@c830916321473ec23bb612e41de963b9b01af897 # v5.6.6 secrets: APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}