Bump jettyVersion from 11.0.0.beta3 to 11.0.24 in /src/services/java #70
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: Check container builds | |
on: | |
pull_request_target: | |
paths: | |
- "src/loaders/**" | |
- "src/services/**" | |
- "src/databases/**" | |
- "scripts/generators/docker-compose/**" | |
- "scripts/generators/k8s/**" | |
- ".github/workflows/reusable-build-container-images.yml" | |
- ".github/workflows/check.yml" | |
# Declare default permissions as read-only | |
permissions: read-all | |
jobs: | |
build: | |
uses: ./.github/workflows/reusable-build-container-images.yml | |
with: | |
push: false |