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 4a720ad commit 0f1b99cCopy full SHA for 0f1b99c
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
subject-path: |
34
target/*.jar
35
target/*.pom
36
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
37
with:
38
name: artifacts
39
path: target/*.jar
.github/workflows/codeql-analysis.yml
@@ -25,10 +25,10 @@ jobs:
25
java-version: 25
26
cache: 'maven'
27
- name: Initialize CodeQL
28
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
29
30
languages: java
31
- name: Build
32
run: mvn -B compile
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
0 commit comments