We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85cb780 commit 2d79716Copy full SHA for 2d79716
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
timeout-minutes: 30
17
18
steps:
19
- - uses: actions/checkout@v5
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
20
21
- name: Set up JDK 17
22
uses: actions/setup-java@v5
@@ -54,7 +54,7 @@ jobs:
54
spring-boot-version: [ 4.0.0 ]
55
56
57
58
59
- name: Set up JDK ${{ matrix.java }}
60
@@ -82,7 +82,7 @@ jobs:
82
needs: [ test-matrix ]
83
84
85
86
87
88
0 commit comments