File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
smoke-tests/images/early-jdk8 Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 6363 cache-read-only : ${{ github.event_name == 'pull_request' }}
6464
6565 - name : Initialize CodeQL
66- uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
66+ uses : github/codeql-action/init@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
6767 with :
6868 languages : ${{ matrix.language }}
6969 # using "linked" helps to keep up with the linked Kotlin support
8484 --no-build-cache --no-daemon
8585
8686 - name : Perform CodeQL analysis
87- uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
87+ uses : github/codeql-action/analyze@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
8888 with :
8989 category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 1919 - name : ' Checkout Repository'
2020 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121 - name : ' Dependency Review'
22- uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
22+ uses : actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
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@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
45+ uses : github/codeql-action/upload-sarif@755f44910c12a3d7ca0d8c6e42c048b3362f7cec # v3.30.8
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:11.0.28_6-jdk@sha256:f6eb706417f377c64613258e3c6389e28da6dca2f5bf40274726acc7efc09dc6 as app-build
1+ FROM eclipse-temurin:11.0.28_6-jdk@sha256:28d7b8bf8420d0a6fcb5eb5c0fbe0cb51e8a71635c2eabbba1b13fcd83c63ac7 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-20250925 @sha256:728785b59223d755e3e5c5af178fab1be7031f3522c5ccd7a0b32b80d8248123
2+ FROM ubuntu:noble-20251001 @sha256:c088e23bdf7b8b339bd38150d130d17e5f6ee016f3c422755bdb1da919c2ff32
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