Skip to content

chore(deps): java

chore(deps): java #598

Workflow file for this run

# SPDX-FileCopyrightText: Copyright © 2024 - 2025 Caleb Cushing
#
# SPDX-License-Identifier: CC0-1.0
name: full
on:
push:
branches: [main]
tags:
- v*
pull_request:
branches: [main]
workflow_call:
jobs:
full:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
packages: read
env:
ORG_GRADLE_PROJECT_ghUsername: ${{ secrets.GITHUB_ACTOR }}
ORG_GRADLE_PROJECT_ghPassword: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4.2.2
with:
ref: ${{ github.event.workflow_run.head_branch}}
filter: "blob:none"
fetch-depth: 0
- uses: actions/setup-java@v4.7.1
with:
distribution: temurin
java-version: 21
- uses: gradle/actions/setup-gradle@v4.4.0
with:
cache-read-only: true
- run: make ci-full