From c70a6c73b11714c5b2b3a98a076a30c2d7009beb Mon Sep 17 00:00:00 2001 From: Marius Hanl Date: Tue, 28 Jul 2026 19:32:50 +0200 Subject: [PATCH] Update GHA --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2166ef7..03bbd5a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,7 @@ name: Build & Test on: push: - branches: - - master + branches: [ master ] pull_request: types: [opened, synchronize, reopened] @@ -13,13 +12,15 @@ permissions: jobs: build: runs-on: ubuntu-latest + environment: production + timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up JDK 25 - uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0 + uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0 with: distribution: temurin java-version: 25