Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
remove not strictly necessary parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Dec 20, 2023
1 parent 9fc5120 commit 14b7d0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/findsecbugs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
uses: advanced-security/spotbugs-findsecbugs-action@v1
with:
spotbugs_target: 'build/'
spotbugs_filename_glob: '*.jar'
java_distribution: "temurin"
java_version: "17"
#spotbugs_filename_glob: '*.jar'
#java_distribution: 'temurin'
#java_version: '17'

0 comments on commit 14b7d0c

Please sign in to comment.