Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump eskatos/gradle-command-action from 2.6.0 to 2.6.1 #369

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
git config --global user.name "raynigon[bot]"
git checkout -b release
- name: "Publish Artifacts"
uses: eskatos/gradle-command-action@bd5760595778326ba7f1441bcf7e88b49de61a25 #v1.3.3
uses: eskatos/gradle-command-action@915a66c096a03101667f9df2e56c9efef558b165 #v1.3.3
with:
arguments: ":release -Prelease.useAutomaticVersion=true build -x test"
wrapper-cache-enabled: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: 17
distribution: adopt
- name: Unit Tests
uses: eskatos/gradle-command-action@bd5760595778326ba7f1441bcf7e88b49de61a25
uses: eskatos/gradle-command-action@915a66c096a03101667f9df2e56c9efef558b165
with:
arguments: test
- name: Codacy Publish
Expand All @@ -33,7 +33,7 @@ jobs:
java-version: 17
distribution: adopt
- name: Generate javadoc
uses: eskatos/gradle-command-action@bd5760595778326ba7f1441bcf7e88b49de61a25
uses: eskatos/gradle-command-action@915a66c096a03101667f9df2e56c9efef558b165
with:
arguments: globalJavadoc
- name: Upload javadoc
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
java-version: 17
distribution: adopt
- name: Kotlin Linter
uses: eskatos/gradle-command-action@bd5760595778326ba7f1441bcf7e88b49de61a25
uses: eskatos/gradle-command-action@915a66c096a03101667f9df2e56c9efef558b165
with:
arguments: ktlintCheck
- name: Checkstyle Linter
uses: eskatos/gradle-command-action@bd5760595778326ba7f1441bcf7e88b49de61a25
uses: eskatos/gradle-command-action@915a66c096a03101667f9df2e56c9efef558b165
with:
arguments: checkstyleMain
- name: PMD Linter
uses: eskatos/gradle-command-action@bd5760595778326ba7f1441bcf7e88b49de61a25
uses: eskatos/gradle-command-action@915a66c096a03101667f9df2e56c9efef558b165
with:
arguments: pmdMain
- uses: jwgmeligmeyling/checkstyle-github-action@master
Expand All @@ -47,7 +47,7 @@ jobs:
java-version: 17
distribution: adopt
- name: Unit Tests
uses: eskatos/gradle-command-action@bd5760595778326ba7f1441bcf7e88b49de61a25
uses: eskatos/gradle-command-action@915a66c096a03101667f9df2e56c9efef558b165
with:
arguments: test
- name: Codacy Publish
Expand All @@ -66,7 +66,7 @@ jobs:
java-version: 17
distribution: adopt
- name: Generate javadoc
uses: eskatos/gradle-command-action@bd5760595778326ba7f1441bcf7e88b49de61a25
uses: eskatos/gradle-command-action@915a66c096a03101667f9df2e56c9efef558b165
with:
arguments: globalJavadoc

Expand Down Expand Up @@ -106,12 +106,12 @@ jobs:
path: "~/.gradle/dependency-check-data/"
key: "owasp-check"
- name: "Execute dependencyCheckUpdate"
uses: eskatos/gradle-command-action@bd5760595778326ba7f1441bcf7e88b49de61a25
uses: eskatos/gradle-command-action@915a66c096a03101667f9df2e56c9efef558b165
continue-on-error: true
with:
arguments: dependencyCheckUpdate
- name: "Execute dependencyCheckAnalyze"
uses: eskatos/gradle-command-action@bd5760595778326ba7f1441bcf7e88b49de61a25
uses: eskatos/gradle-command-action@915a66c096a03101667f9df2e56c9efef558b165
continue-on-error: true
with:
arguments: dependencyCheckAnalyze
Expand Down
Loading