diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index d1ca057..b8af0bb 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -1,4 +1,7 @@ name: Qodana + +permissions: read-all + on: workflow_dispatch: pull_request: diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 84c8886..2eaddd4 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -7,6 +7,8 @@ # name: CI +permissions: read-all + on: push: branches: ['main'] diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 38fa2d1..baed680 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -1,8 +1,9 @@ ---- # MegaLinter GitHub Action configuration file # More info at https://oxsecurity.github.io/megalinter name: MegaLinter +permissions: read-all + on: # Trigger mega-linter at every push. Action will also be visible from Pull Requests to master push: # Comment this line to trigger action only on pull-requests (not recommended if you don't pay for GH Actions) @@ -56,7 +57,7 @@ jobs: # Upload MegaLinter artifacts - name: Archive production artifacts if: ${{ success() }} || ${{ failure() }} - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: MegaLinter reports path: | diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 761b8f0..a21c6eb 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.1-all.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings.gradle.kts b/settings.gradle.kts index 46c2046..1de6652 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -7,7 +7,7 @@ pluginManagement { plugins { // See https://jmfayard.github.io/refreshVersions id("de.fayard.refreshVersions") version "0.51.0" - id("com.gradle.enterprise") version "3.12.6" + id("com.gradle.enterprise") version "3.13" } gradleEnterprise { diff --git a/version.properties b/version.properties index a6cfa1d..e40f0f5 100644 --- a/version.properties +++ b/version.properties @@ -1 +1 @@ -version=5.1.* +version=5.2.* diff --git a/versions.properties b/versions.properties index 679b704..7f815a7 100644 --- a/versions.properties +++ b/versions.properties @@ -7,9 +7,10 @@ #### suppress inspection "SpellCheckingInspection" for whole file #### suppress inspection "UnusedProperty" for whole file -plugin.com.gradle.plugin-publish=1.1.0 +plugin.com.gradle.plugin-publish=1.2.0 plugin.io.gitlab.arturbosch.detekt=1.22.0 +## # available=1.23.0-RC1 plugin.org.jetbrains.dokka=1.8.10 @@ -36,6 +37,7 @@ version.org.jetbrains.dokka..dokka-gradle-plugin=1.8.10 version.com.netflix.nebula..nebula-project-plugin=10.1.2 version.io.gitlab.arturbosch.detekt..detekt-gradle-plugin=1.22.0 +## # available=1.23.0-RC1 version.org.jlleitschuh.gradle..ktlint-gradle=11.3.1