This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git
commit 5231effecb31fffe4113309088f837b8cf28812f Merge: 78ce1387 bed182a2 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Tue Sep 15 08:13:30 2026 +0100 Merge pull request #467 from apache/dependabot/github_actions/actions/setup-java-5.7.0 Bump actions/setup-java from 5.4.0 to 5.7.0 .github/workflows/codeql.yml | 2 +- .github/workflows/pull-request-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --cc .github/workflows/pull-request-build.yml index d062c756,84d22c33..b8a670cf --- a/.github/workflows/pull-request-build.yml +++ b/.github/workflows/pull-request-build.yml @@@ -15,9 -15,9 +15,9 @@@ jobs pull-requests: read timeout-minutes: 130 steps: - - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v3.6.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v3.6.0 - name: Set up JDK 11 - uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0 + uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0 with: java-version: '11' distribution: 'temurin'
