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 fe95531 commit 48cdee2Copy full SHA for 48cdee2
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build and Test
23
id: buildAndTest
24
run: mvn -B clean install
25
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
26
with:
27
name: artifacts
28
path: target/*.jar
.github/workflows/codeql-analysis.yml
@@ -25,10 +25,10 @@ jobs:
java-version: 25
cache: 'maven'
- name: Initialize CodeQL
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
29
30
languages: java
31
- name: Build
32
run: mvn -B compile
33
- name: Perform CodeQL Analysis
34
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments