File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
smoke-tests/images/early-jdk8 Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ jobs:
336336 - name : Get current job url
337337 id : jobs
338338 if : ${{ !cancelled() }}
339- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
339+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
340340 env :
341341 matrix : ${{ toJson(matrix) }}
342342 with :
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
66+ uses : github/codeql-action/init@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
87+ uses : github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
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@bc41886e18ea39df68b1b1245f4184881938e050 # v4.7.2
22+ uses : actions/dependency-review-action@595b5aeba73380359d98a5e087f648dbb0edce1b # v4.7.3
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@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.11
45+ uses : github/codeql-action/upload-sarif@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3.30.1
4646 with :
4747 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828 - id : read-java
2929 run : echo "version=$(cat .java-version)" >> "$GITHUB_OUTPUT"
30- - uses : graalvm/setup-graalvm@7f488cf82a3629ee755e4e97342c01d6bed318fa # v1.3.5 .1
30+ - uses : graalvm/setup-graalvm@7a1da54cb7fdef4ea19f6ecdfa9ecf59dc5a48fe # v1.3.6 .1
3131 with :
3232 version : " latest"
3333 java-version : ${{ matrix.test-java-version }}
Original file line number Diff line number Diff line change 8585 - name : Get current job url
8686 id : jobs
8787 if : ${{ !cancelled() }}
88- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
88+ uses : actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
8989 env :
9090 matrix : ${{ toJson(matrix) }}
9191 with :
Original file line number Diff line number Diff line change 1- FROM eclipse-temurin:11.0.28_6-jdk@sha256:7f02272d7ffd500c00783b66dc4be17694228a24a61deca8f48d3a8f7ecae42b as app-build
1+ FROM eclipse-temurin:11.0.28_6-jdk@sha256:e9f66c0fb6833112e436fa5f82fc6f1e43d0624736f639ebe5e9ba3c7635faf5 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-20250716 @sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9
2+ FROM ubuntu:noble-20250805 @sha256:9cbed754112939e914291337b5e554b07ad7c392491dba6daf25eef1332a22e8
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