Skip to content

chore(deps): update quay.io/keycloak/keycloak docker tag to v24.0.2 #124

chore(deps): update quay.io/keycloak/keycloak docker tag to v24.0.2

chore(deps): update quay.io/keycloak/keycloak docker tag to v24.0.2 #124

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
pull_request:
name: 🐞 Differential shell-check
permissions:
contents: read
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: 🐞 Differential shell-check
uses: redhat-plumbers-in-action/differential-shellcheck@v5
with:
severity: warning
token: ${{ secrets.GITHUB_TOKEN }}
...