Skip to content

Commit

Permalink
Update plugin org.owasp.dependencycheck to v9.0.9
Browse files Browse the repository at this point in the history
- cleanup build script;
- added codecov upload-token
  • Loading branch information
renovate[bot] authored and mathze committed Mar 12, 2024
1 parent 811846e commit 509ebd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ jobs:

- name: "Publish Report"
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}

publishSnapshot:
runs-on: ubuntu-latest
Expand Down
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
`jacoco-report-aggregation`
id("pl.droidsonroids.jacoco.testkit") version "1.0.12"
id("io.gitlab.arturbosch.detekt") version "1.23.4"
id("org.owasp.dependencycheck") version "9.0.7"
id("org.owasp.dependencycheck") version "9.0.9"

// documentation
id("org.jetbrains.dokka") version "1.9.10"
Expand Down Expand Up @@ -131,10 +131,6 @@ gradlePlugin {
testSourceSets(sourceSets.test.get(), functionalTestSourceSet)
}

jacoco {
toolVersion = "0.8.11"
}

detekt {
allRules = false
source.from(files("src"))
Expand Down

0 comments on commit 509ebd8

Please sign in to comment.