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 5757 cache-read-only : ${{ github.event_name == 'pull_request' }}
5858
5959 - name : Initialize CodeQL
60- uses : github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
60+ uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
6161 with :
6262 languages : ${{ matrix.language }}
6363 # using "latest" helps to keep up with the latest Kotlin support
7373 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
7474
7575 - name : Perform CodeQL analysis
76- uses : github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
76+ uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
7777 with :
7878 category : " /language:${{matrix.language}}"
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@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
45+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
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:cc77e8b834bfa18f4bf93d1649e27256213490168b35d7c72a2b92545763fab8 as app-build
1+ FROM eclipse-temurin:11.0.27_6-jdk@sha256:0296b46d1949f49054497db63a7630d4805ef587c2937eb23a582a2ffdde88da 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-20250529 @sha256:b59d21599a2b151e23eea5f6602f4af4d7d31c4e236d22bf0b62b86d2e386b8f
2+ FROM ubuntu:noble-20250619 @sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
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