Message-ID: From: "renovate-bot (@renovate-bot)" To: "pgjdbc/pgjdbc" Date: Mon, 15 Jun 2026 12:18:51 +0000 Subject: [pgjdbc/pgjdbc] PR #4182: chore(deps): update gradle/actions action to v6.2.0 List-Id: X-GitHub-Additions: 2 X-GitHub-Author-Id: 25180681 X-GitHub-Author-Login: renovate-bot X-GitHub-Base: master X-GitHub-Changed-Files: 2 X-GitHub-Commits: 1 X-GitHub-Deletions: 2 X-GitHub-Head-Branch: renovate/gradle-actions-6.x X-GitHub-Head-SHA: eb7e99d6188ae3071d78033a74db6e623b062d3a X-GitHub-Issue: 4182 X-GitHub-Labels: dependencies X-GitHub-Merge-SHA: 8d0cd378c60bc179b8c23f7a2b5155390ba7ba1b X-GitHub-Merged-By: vlsi X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/4182 Content-Type: text/plain; charset=utf-8 This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/actions](https://redirect.github.com/gradle/actions) | action | minor | `v6.1.0` → `v6.2.0` | --- ### Release Notes
gradle/actions (gradle/actions) ### [`v6.2.0`](https://redirect.github.com/gradle/actions/compare/v6.1.1...v6.2.0) [Compare Source](https://redirect.github.com/gradle/actions/compare/v6.1.1...v6.2.0) ### [`v6.1.1`](https://redirect.github.com/gradle/actions/releases/tag/v6.1.1) [Compare Source](https://redirect.github.com/gradle/actions/compare/v6.1.0...v6.1.1) This release updates various dependency versions, resolving several reported security vulnerabilities. No functional changes are included ##### What's Changed - Bump Gradle Wrapper from 9.4.1 to 9.5.1 in /sources/test/init-scripts by [@​bot-githubaction](https://redirect.github.com/bot-githubaction) in [#​961](https://redirect.github.com/gradle/actions/pull/961) - Bump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/gradle-plugin by [@​bot-githubaction](https://redirect.github.com/bot-githubaction) in [#​962](https://redirect.github.com/gradle/actions/pull/962) - Bump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/groovy-dsl by [@​bot-githubaction](https://redirect.github.com/bot-githubaction) in [#​963](https://redirect.github.com/gradle/actions/pull/963) - Bump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/java-toolchain by [@​bot-githubaction](https://redirect.github.com/bot-githubaction) in [#​964](https://redirect.github.com/gradle/actions/pull/964) - Bump Gradle Wrapper from 9.4.1 to 9.5.1 in /.github/workflow-samples/kotlin-dsl by [@​bot-githubaction](https://redirect.github.com/bot-githubaction) in [#​965](https://redirect.github.com/gradle/actions/pull/965) - Update known wrapper checksums by [@​github-actions](https://redirect.github.com/github-actions)\[bot] in [#​937](https://redirect.github.com/gradle/actions/pull/937) - Bump the github-actions group across 2 directories with 8 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​976](https://redirect.github.com/gradle/actions/pull/976) - Bump the npm-dependencies group across 1 directory with 14 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​970](https://redirect.github.com/gradle/actions/pull/970) - Bump references to Develocity Gradle plugin from 4.4.0 to 4.4.2 by [@​bot-githubaction](https://redirect.github.com/bot-githubaction) in [#​973](https://redirect.github.com/gradle/actions/pull/973) - Bump the npm-dependencies group in /sources with 5 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​977](https://redirect.github.com/gradle/actions/pull/977) - Update [@​actions/cache](https://redirect.github.com/actions/cache) and [@​actions/artifact](https://redirect.github.com/actions/artifact), stop ignoring them in Dependabot by [@​bigdaz](https://redirect.github.com/bigdaz) in [#​978](https://redirect.github.com/gradle/actions/pull/978) - Resolve npm security vulnerabilities via dependency overrides by [@​bigdaz](https://redirect.github.com/bigdaz) in [#​980](https://redirect.github.com/gradle/actions/pull/980) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every 3 weeks on Monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/pgjdbc/pgjdbc). diff --git a/.github/workflows/gradle-dependency-submit.yaml b/.github/workflows/gradle-dependency-submit.yaml index fcc0f31abf..2e02fc53e0 100644 --- a/.github/workflows/gradle-dependency-submit.yaml +++ b/.github/workflows/gradle-dependency-submit.yaml @@ -25,4 +25,4 @@ jobs: distribution: zulu java-version: 21 - name: Generate and submit dependency graph - uses: gradle/actions/dependency-submission@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0 + uses: gradle/actions/dependency-submission@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0 diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index 99f55d9290..7bceb5b338 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -10,4 +10,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - - uses: gradle/actions/wrapper-validation@50e97c2cd7a37755bbfafc9c5b7cafaece252f6e # v6.1.0 + - uses: gradle/actions/wrapper-validation@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0