Skip to content

Commit

Permalink
chore: ci: fix deprecated setup-gradle argument
Browse files Browse the repository at this point in the history
  • Loading branch information
miurahr committed May 16, 2024
1 parent fd6f557 commit 810b01c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/spotbugs-annotate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
java-version: '11'
- name: create annotation
run: echo "::add-matcher::${{ github.workspace }}/ci/problem-matcher.json"
- uses: gradle/actions/setup-gradle@v3
name: Setup Gradle
id: setup-gradle
- name: run spotbugs
uses: gradle/actions/setup-gradle@v3
with:
arguments: --continue spotbugsMain
run: ./gradlew --continue spotbugsMain

0 comments on commit 810b01c

Please sign in to comment.