diff --git a/.github/workflows/semantic-commit-lint.yml b/.github/workflows/semantic-commit-lint.yml index 7a24f8059c9..49b06abe858 100644 --- a/.github/workflows/semantic-commit-lint.yml +++ b/.github/workflows/semantic-commit-lint.yml @@ -1,7 +1,7 @@ name: "Semantic Commit Linting of PR titles" on: - pull_request: + pull_request_target: types: [ opened, edited, synchronize ] jobs: diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d4e8a7613b2..b87908ef598 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -51,7 +51,7 @@ annotation = "1.7.0" mordant = "2.0.0-beta13" apache-tika = "2.8.0" mockk = "1.13.5" -faker = "1.14.0" +faker = "1.15.0" robolectric = "4.9" stately = "2.0.0-rc3" micrometer = "1.11.3"