Skip to content

Commit fa3b23b

Browse files
committed
Switch to Gradle
1 parent 1ff47ca commit fa3b23b

2 files changed

Lines changed: 2 additions & 2 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/build/gradle/sonar.yml@master
1111
secrets: inherit

.github/workflows/pull_request.yml

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

66
jobs:
77
run-ci:
8-
uses: Jikoo/PlanarActions/.github/workflows/build/gradle/sonar.yml
8+
uses: Jikoo/PlanarActions/.github/workflows/build/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]'"

0 commit comments

Comments
 (0)