Skip to content

Commit 71ae8b1

Browse files
committed
Switch to Gradle
1 parent 1ff47ca commit 71ae8b1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ on:
77

88
jobs:
99
build:
10-
uses: Jikoo/PlanarActions/.github/workflows/build/gradle/sonar.yml
10+
uses: Jikoo/PlanarActions/.github/workflows/ci_gradle_sonar.yml@master
1111
secrets: inherit

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55

66
jobs:
77
run-ci:
8-
uses: Jikoo/PlanarActions/.github/workflows/build/gradle/sonar.yml
8+
uses: Jikoo/PlanarActions/.github/workflows/ci_gradle_sonar.yml@master
99
secrets: inherit
1010
approve-and-merge-dependabot:
1111
if: "github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'"
1212
needs: [ "run-ci" ]
13-
uses: Jikoo/PlanarActions/.github/workflows/dependabot/automerge.yml@master
13+
uses: Jikoo/PlanarActions/.github/workflows/dependabot_automerge.yml@master
1414
permissions:
1515
contents: write
1616
pull-requests: write

0 commit comments

Comments
 (0)