Skip to content

Commit

Permalink
Upgrade CI #2
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Feb 24, 2024
1 parent 0e7f519 commit 9b41b56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0 # Disable shallow clone for sonarqube analysis

- name: Check gradle wrapper
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v2

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
uses: gradle/actions/setup-gradle@v3
with:
dependency-graph: generate-and-submit
- name: Compile the class path
run: ./gradlew compileClasspath
- name: Build the project
run: ./gradlew build -x test

0 comments on commit 9b41b56

Please sign in to comment.