From 39807b6b66b6fd3d3a4c3503eaf9a101e8f2c388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 14:03:53 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [gradle/actions](https://github.com/gradle/actions) and [ncipollo/release-action](https://github.com/ncipollo/release-action). Updates `gradle/actions` from 3 to 4 - [Release notes](https://github.com/gradle/actions/releases) - [Commits](https://github.com/gradle/actions/compare/v3...v4) Updates `ncipollo/release-action` from 1.13.0 to 1.14.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/6c75be85e571768fa31b40abf38de58ba0397db5...2c591bcc8ecdcd2db72b97d6147f871fcd833ba5) --- updated-dependencies: - dependency-name: gradle/actions dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ncipollo/release-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-submission.yml | 2 +- .github/workflows/master.yml | 6 +++--- .github/workflows/pull-request.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/dependency-submission.yml b/.github/workflows/dependency-submission.yml index 7f8d31e..9d35255 100644 --- a/.github/workflows/dependency-submission.yml +++ b/.github/workflows/dependency-submission.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup gradle - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 env: ORG_GRADLE_PROJECT_githubUser: x-access-token ORG_GRADLE_PROJECT_githubPassword: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 8fa85e8..08a3844 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -13,7 +13,7 @@ jobs: distribution: 'temurin' java-version: '21.x' - name: test and build - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 with: arguments: build release: @@ -29,7 +29,7 @@ jobs: run: | export TAG_NAME="$(TZ="Europe/Oslo" date +%Y%m%d%H%M%s).$(echo $GITHUB_SHA | cut -c 1-12)" echo "RELEASE_TAG=$TAG_NAME" >> $GITHUB_ENV - - uses: ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # ratchet:ncipollo/release-action@v1 + - uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # ratchet:ncipollo/release-action@v1 with: tag: ${{ env.RELEASE_TAG }} generateReleaseNotes: true @@ -47,7 +47,7 @@ jobs: distribution: 'temurin' java-version: '21.x' - name: publish - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 with: arguments: -Pversion=${{ needs.release.outputs.tag }} publish env: diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6928765..06b66e2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -12,7 +12,7 @@ jobs: distribution: 'temurin' java-version: '21.x' - name: test - uses: gradle/actions/setup-gradle@v3 + uses: gradle/actions/setup-gradle@v4 with: arguments: test env: