chore(kafka-ui-api): Upgrade base Docker image for Kafka UI API (Alpine 3.15 EOL) #17145
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "PR: Checklist linter" | |
on: | |
pull_request_target: | |
types: [opened, edited, synchronize, reopened] | |
permissions: | |
checks: write | |
jobs: | |
task-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: kentaro-m/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
- uses: dekinderfiets/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |