Skip to content

chore(deps): update all non-major keycloak #499

chore(deps): update all non-major keycloak

chore(deps): update all non-major keycloak #499

---
name: Internal - Global - Pull Request TODO checker
# This workflow triggers a scan of TODOs in the current pull request.
# For each TODO that is not marked to be ignored, it posts a comment.
# It helps ensure that no TODOs are accidentally left behind in merged PRs.
on:
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
call-todo-checker:
uses: camunda/infraex-common-config/.github/workflows/todo-checker-global.yml@193a21e1e56c9a65517a822224ac3b4ffa4d6ae4 # 1.5.9
secrets: inherit