|
38 | 38 |
|
39 | 39 | # Check out the current repository |
40 | 40 | - name: Fetch Sources |
41 | | - uses: actions/checkout@v5 |
| 41 | + uses: actions/checkout@v6 |
42 | 42 |
|
43 | 43 | # Set up Java environment for the next steps |
44 | 44 | - name: Setup Java |
|
98 | 98 |
|
99 | 99 | # Check out the current repository |
100 | 100 | - name: Fetch Sources |
101 | | - uses: actions/checkout@v5 |
| 101 | + uses: actions/checkout@v6 |
102 | 102 |
|
103 | 103 | # Set up Java environment for the next steps |
104 | 104 | - name: Setup Java |
@@ -149,7 +149,7 @@ jobs: |
149 | 149 |
|
150 | 150 | # Check out the current repository |
151 | 151 | - name: Fetch Sources |
152 | | - uses: actions/checkout@v5 |
| 152 | + uses: actions/checkout@v6 |
153 | 153 | with: |
154 | 154 | ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit |
155 | 155 | fetch-depth: 0 # a full history is required for pull request analysis |
@@ -183,7 +183,7 @@ jobs: |
183 | 183 |
|
184 | 184 | # Check out the current repository |
185 | 185 | - name: Fetch Sources |
186 | | - uses: actions/checkout@v5 |
| 186 | + uses: actions/checkout@v6 |
187 | 187 |
|
188 | 188 | # Set up Java environment for the next steps |
189 | 189 | - name: Setup Java |
@@ -228,7 +228,7 @@ jobs: |
228 | 228 |
|
229 | 229 | # Check out the current repository |
230 | 230 | - name: Fetch Sources |
231 | | - uses: actions/checkout@v5 |
| 231 | + uses: actions/checkout@v6 |
232 | 232 |
|
233 | 233 | # Remove old release drafts by using the curl request for the available releases with a draft flag |
234 | 234 | - name: Remove Old Release Drafts |
|
0 commit comments