3838
3939 # Check out the current repository
4040 - name : Fetch Sources
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 # Set up Java environment for the next steps
4444 - name : Setup Java
9898
9999 # Check out the current repository
100100 - name : Fetch Sources
101- uses : actions/checkout@v4
101+ uses : actions/checkout@v5
102102
103103 # Set up Java environment for the next steps
104104 - name : Setup Java
@@ -149,7 +149,7 @@ jobs:
149149
150150 # Check out the current repository
151151 - name : Fetch Sources
152- uses : actions/checkout@v4
152+ uses : actions/checkout@v5
153153 with :
154154 ref : ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
155155 fetch-depth : 0 # a full history is required for pull request analysis
@@ -163,7 +163,7 @@ jobs:
163163
164164 # Run Qodana inspections
165165 - name : Qodana - Code Inspection
166- uses : JetBrains/qodana-action@v2025.1
166+ uses : JetBrains/qodana-action@v2025.2
167167 with :
168168 cache-default-branch-only : true
169169
@@ -183,7 +183,7 @@ jobs:
183183
184184 # Check out the current repository
185185 - name : Fetch Sources
186- uses : actions/checkout@v4
186+ uses : actions/checkout@v5
187187
188188 # Set up Java environment for the next steps
189189 - name : Setup Java
@@ -228,7 +228,7 @@ jobs:
228228
229229 # Check out the current repository
230230 - name : Fetch Sources
231- uses : actions/checkout@v4
231+ uses : actions/checkout@v5
232232
233233 # Remove old release drafts by using the curl request for the available releases with a draft flag
234234 - name : Remove Old Release Drafts
0 commit comments