From cce7b87ca4908f46279234126198243d6aa82cc5 Mon Sep 17 00:00:00 2001 From: Bruce Irschick Date: Thu, 5 Jan 2023 16:41:19 -0800 Subject: [PATCH] [AD-1058] Update version to 1.4.4 (#476) * [AD-1058] Update version. * Commit Code Coverage Badge * [AD-1058] Resolve issue with retrieving the correct repository and branch in GitHub gradle workflow. * [AD-1058] Attempt fix of code coverage commit. Co-authored-by: birschick-bq --- .github/workflows/gradle.yml | 10 +++++----- gradle.properties | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index c78290c5..d2873b34 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -53,10 +53,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: - ref: ${{ github.event.pull_request.head.ref }} - fetch-depth: 0 + ref: '' - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: @@ -152,8 +151,9 @@ jobs: commit_options: '--allow-empty --no-verify' commit_message: Commit Code Coverage Badge file_pattern: '*.svg' - skip_fetch: true - skip_dirty_check: true + skip_fetch: false + skip_checkout: false + skip_dirty_check: false - name: Upload JaCoCo coverage report uses: actions/upload-artifact@v2 with: diff --git a/gradle.properties b/gradle.properties index 540ad434..9a625c8c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.warning.mode=all MAJOR_VERSION=1 MINOR_VERSION=4 -PATCH_VERSION=3 +PATCH_VERSION=4 APPLICATION_NAME=Amazon DocumentDB JDBC Driver # Comment out if not creating a beta version #BETA_VERSION=1