File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
smoke-tests/images/early-jdk8 Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5050 cache-read-only : ${{ github.event_name == 'pull_request' }}
5151
5252 - name : Initialize CodeQL
53- uses : github/codeql-action/init@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
53+ uses : github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
5454 with :
5555 languages : java, actions
5656 # using "latest" helps to keep up with the latest Kotlin support
6565 run : ./gradlew assemble -x javadoc -x :instrumentation:quarkus-resteasy-reactive:quarkus3-testing:quarkusGenerateCodeDev -x :instrumentation:quarkus-resteasy-reactive:quarkus2-testing:quarkusGenerateCodeDev --no-build-cache --no-daemon
6666
6767 - name : Perform CodeQL analysis
68- uses : github/codeql-action/analyze@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
68+ uses : github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
Original file line number Diff line number Diff line change 4242 # Upload the results to GitHub's code scanning dashboard (optional).
4343 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
4444 - name : " Upload to code-scanning"
45- uses : github/codeql-action/upload-sarif@ff0a06e83cb2de871e5a09832bc6a81e7276941f # v3.28.18
45+ uses : github/codeql-action/upload-sarif@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:11.0.27_6-jdk@sha256:2efe33b5bd32f948e827c66761f0190150103ba3316395703a6e14322b0f4b87 as app-build
1+ FROM eclipse-temurin:11.0.27_6-jdk@sha256:2ecaad32bb7a709078bac5a56669c292cfb1bb2cbabcdbe8340e9367bbf7e5d4 as app-build
22
33# This is the base image that will contain a built version of the spring-petclinic-rest
44# application. Installing the dependencies and maven compiling the application is time
Original file line number Diff line number Diff line change 11# https://github.com/zulu-openjdk/zulu-openjdk/blob/master/ubuntu/8u412-8.78/Dockerfile
2- FROM ubuntu:noble-20250415.1 @sha256:6015f66923d7afbc53558d7ccffd325d43b4e249f41a6e93eef074c9505d2233
2+ FROM ubuntu:noble-20250529 @sha256:b59d21599a2b151e23eea5f6602f4af4d7d31c4e236d22bf0b62b86d2e386b8f
33
44ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
55
You can’t perform that action at this time.
0 commit comments