Merge pull request 'deps: Pin Gradle to a8741dd' (#9) from renovate/pin-dependencies into main
Some checks failed
Build and Release / build (0.114.1+1.21.3, 1.21.3, 1.21.3+build.2) (push) Failing after 16s
Build and Release / build (0.106.1+1.21.2, 1.21.2, 1.21.2+build.1) (push) Failing after 20s
Build and Release / build (0.116.10+1.21.1, 1.21.1, 1.21.1+build.3) (push) Failing after 20s
Build and Release / build (0.119.4+1.21.4, 1.21.4, 1.21.4+build.8) (push) Failing after 15s
Build and Release / build (0.128.2+1.21.5, 1.21.5, 1.21.5+build.1) (push) Failing after 24s
Build and Release / build (0.128.2+1.21.6, 1.21.6, 1.21.6+build.1) (push) Failing after 20s
Build and Release / build (0.129.0+1.21.7, 1.21.7, 1.21.7+build.8) (push) Failing after 14s
Build and Release / build (0.136.1+1.21.8, 1.21.8, 1.21.8+build.1) (push) Failing after 21s
Build and Release / build (0.134.1+1.21.9, 1.21.9, 1.21.9+build.1) (push) Failing after 25s
Build and Release / build (0.138.4+1.21.10, 1.21.10, 1.21.10+build.3) (push) Failing after 15s
Build and Release / build (0.141.3+1.21.11, 1.21.11, 1.21.11+build.4) (push) Failing after 20s
Build and Release / publish (push) Has been skipped
Some checks failed
Build and Release / build (0.114.1+1.21.3, 1.21.3, 1.21.3+build.2) (push) Failing after 16s
Build and Release / build (0.106.1+1.21.2, 1.21.2, 1.21.2+build.1) (push) Failing after 20s
Build and Release / build (0.116.10+1.21.1, 1.21.1, 1.21.1+build.3) (push) Failing after 20s
Build and Release / build (0.119.4+1.21.4, 1.21.4, 1.21.4+build.8) (push) Failing after 15s
Build and Release / build (0.128.2+1.21.5, 1.21.5, 1.21.5+build.1) (push) Failing after 24s
Build and Release / build (0.128.2+1.21.6, 1.21.6, 1.21.6+build.1) (push) Failing after 20s
Build and Release / build (0.129.0+1.21.7, 1.21.7, 1.21.7+build.8) (push) Failing after 14s
Build and Release / build (0.136.1+1.21.8, 1.21.8, 1.21.8+build.1) (push) Failing after 21s
Build and Release / build (0.134.1+1.21.9, 1.21.9, 1.21.9+build.1) (push) Failing after 25s
Build and Release / build (0.138.4+1.21.10, 1.21.10, 1.21.10+build.3) (push) Failing after 15s
Build and Release / build (0.141.3+1.21.11, 1.21.11, 1.21.11+build.4) (push) Failing after 20s
Build and Release / publish (push) Has been skipped
Reviewed-on: #9
This commit was merged in pull request #9.
This commit is contained in:
@@ -13,7 +13,7 @@ jobs:
|
|||||||
verify:
|
verify:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: gradle:8.14.5-jdk21
|
image: gradle:8.14.5-jdk21@sha256:a8741ddd2055e9948af8082598ef7b44e6077be246f03a79d42204ffdd6153b1
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ github.token }}
|
GITEA_TOKEN: ${{ github.token }}
|
||||||
GITEA_API_URL: ${{ github.server_url }}/api/v1
|
GITEA_API_URL: ${{ github.server_url }}/api/v1
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: gradle:8.14.5-jdk21
|
image: gradle:8.14.5-jdk21@sha256:a8741ddd2055e9948af8082598ef7b44e6077be246f03a79d42204ffdd6153b1
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
@@ -115,7 +115,7 @@ jobs:
|
|||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
image: gradle:8.14.5-jdk21
|
image: gradle:8.14.5-jdk21@sha256:a8741ddd2055e9948af8082598ef7b44e6077be246f03a79d42204ffdd6153b1
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ github.token }}
|
GITEA_TOKEN: ${{ github.token }}
|
||||||
GITEA_API_URL: ${{ github.server_url }}/api/v1
|
GITEA_API_URL: ${{ github.server_url }}/api/v1
|
||||||
|
|||||||
Reference in New Issue
Block a user