Skip to content

Commit

Permalink
Perform automatic project sync changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cjaehnen committed Nov 23, 2023
1 parent 5a3129b commit 17cafba
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ on:
- main
paths-ignore:
- .github/workflows/cancel.yml
- .github/workflows/codeql.yml
- .github/workflows/release.yml
- .gitignore
- gradle.properties
- LICENSE
- README.md
pull_request:
branches:
- main

jobs:
build:
Expand Down
23 changes: 23 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: CodeQL

on:
push:
branches:
- main
paths-ignore:
- .github/workflows/cancel.yml
- .github/workflows/codeql.yml
- .github/workflows/release.yml
- .gitignore
- gradle.properties
- LICENSE
- README.md
pull_request:
branches:
- main

jobs:
build:
uses: opengoodio/central-workflows/.github/workflows/codeql-analyze.yml@main
with:
java-version: 17
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("io.opengood.gradle.settings") version "1.11.0"
id("io.opengood.gradle.settings") version "1.13.0"
}

rootProject.name = "kotlin-commons"
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
#### suppress inspection "SpellCheckingInspection" for whole file
#### suppress inspection "UnusedProperty" for whole file

plugin.io.opengood.gradle.config=2.3.0
plugin.io.opengood.gradle.config=2.6.0

0 comments on commit 17cafba

Please sign in to comment.