Skip to content

Commit

Permalink
Merge pull request #101 from platan/dependabot/github_actions/gradle/…
Browse files Browse the repository at this point in the history
…gradle-build-action-3

Bump gradle/gradle-build-action from 2 to 3
  • Loading branch information
platan authored Feb 3, 2024
2 parents e454165 + 727f49e commit e903c70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: build
- name: Upload coverage reports to Codecov
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Check reports were created
run: ./test-projects.sh checkReports
- name: Create HTML report for regression tests
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: createRegressionHtmlReport
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -62,14 +62,14 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: build -i
- name: Create tests execution report for all test projects
run: ./test-projects.ps1 test createTestsExecutionReport
- name: Check reports were created
run: ./test-projects.ps1 checkReports
- name: Create HTML report for regression tests
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
with:
arguments: createRegressionHtmlReport
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "currentVersionInfo=$VERSION" >> "$GITHUB_OUTPUT"
- name: Publish package to Sonatype
if: ${{ contains(steps.current-version.outputs.currentVersionInfo, 'SNAPSHOT') }}
uses: gradle/gradle-build-action@749f47bda3e44aa060e82d7b3ef7e40d953bd629
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa
with:
arguments: :tests-execution-chart-commons:publishToSonatype -i
env:
Expand Down

0 comments on commit e903c70

Please sign in to comment.