Skip to content

Commit

Permalink
Bump eskatos/gradle-command-action from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [eskatos/gradle-command-action](https://github.com/eskatos/gradle-command-action) from 1 to 2.
- [Release notes](https://github.com/eskatos/gradle-command-action/releases)
- [Commits](gradle/gradle-build-action@v1...v2)

---
updated-dependencies:
- dependency-name: eskatos/gradle-command-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2021
1 parent 4ea03f0 commit 629aec3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: 17
distribution: 'zulu'
- name: Run owasp dependency check
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v2
with:
arguments: dependencyCheckAnalyze
- name: Archive owasp check results
Expand All @@ -46,7 +46,7 @@ jobs:
java-version: 17
distribution: 'zulu'
- name: Run checkstyle
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v2
with:
arguments: checkMain checkTest
- name: Archive checkstyle results
Expand All @@ -69,7 +69,7 @@ jobs:
java-version: 17
distribution: 'zulu'
- name: Run tests
uses: eskatos/gradle-command-action@v1
uses: eskatos/gradle-command-action@v2
with:
arguments: test
- name: Archive test results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
java-version: 17
distribution: 'zulu'
- uses: eskatos/gradle-command-action@v1
- uses: eskatos/gradle-command-action@v2
with:
arguments: build -x test -x check publish
- uses: "marvinpinto/action-automatic-releases@latest"
Expand Down

0 comments on commit 629aec3

Please sign in to comment.