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 57
57
cache-read-only : ${{ github.event_name == 'pull_request' }}
58
58
59
59
- name : Initialize CodeQL
60
- uses : github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
60
+ uses : github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
61
61
with :
62
62
languages : ${{ matrix.language }}
63
63
# using "latest" helps to keep up with the latest Kotlin support
73
73
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
74
74
75
75
- name : Perform CodeQL analysis
76
- uses : github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3.29.1
76
+ uses : github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
77
77
with :
78
78
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 42
42
# Upload the results to GitHub's code scanning dashboard (optional).
43
43
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
44
44
- 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
46
46
with :
47
47
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
2
2
3
3
# This is the base image that will contain a built version of the spring-petclinic-rest
4
4
# application. Installing the dependencies and maven compiling the application is time
Original file line number Diff line number Diff line change 1
1
# 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
3
3
4
4
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
5
5
You can’t perform that action at this time.
0 commit comments