|
56 | 56 |
|
57 | 57 | # Check out the current repository |
58 | 58 | - name: Fetch Sources |
59 | | - uses: actions/checkout@v5 |
| 59 | + uses: actions/checkout@v6 |
60 | 60 |
|
61 | 61 | # Set up the Java environment for the next steps |
62 | 62 | - name: Setup Java |
@@ -116,7 +116,7 @@ jobs: |
116 | 116 |
|
117 | 117 | # Check out the current repository |
118 | 118 | - name: Fetch Sources |
119 | | - uses: actions/checkout@v5 |
| 119 | + uses: actions/checkout@v6 |
120 | 120 |
|
121 | 121 | # Set up the Java environment for the next steps |
122 | 122 | - name: Setup Java |
@@ -168,7 +168,7 @@ jobs: |
168 | 168 |
|
169 | 169 | # Check out the current repository |
170 | 170 | - name: Fetch Sources |
171 | | - uses: actions/checkout@v5 |
| 171 | + uses: actions/checkout@v6 |
172 | 172 | with: |
173 | 173 | ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit |
174 | 174 | fetch-depth: 0 # a full history is required for pull request analysis |
@@ -202,7 +202,7 @@ jobs: |
202 | 202 |
|
203 | 203 | # Check out the current repository |
204 | 204 | - name: Fetch Sources |
205 | | - uses: actions/checkout@v5 |
| 205 | + uses: actions/checkout@v6 |
206 | 206 |
|
207 | 207 | # Set up the Java environment for the next steps |
208 | 208 | - name: Setup Java |
@@ -247,7 +247,7 @@ jobs: |
247 | 247 |
|
248 | 248 | # Check out the current repository |
249 | 249 | - name: Fetch Sources |
250 | | - uses: actions/checkout@v5 |
| 250 | + uses: actions/checkout@v6 |
251 | 251 |
|
252 | 252 | # Remove old release drafts by using the curl request for the available releases with a draft flag |
253 | 253 | - name: Remove Old Release Drafts |
|
0 commit comments