From f769b228bb7f9904f38f445eff98fe39281b127e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 14 Sep 2025 08:34:39 +0000 Subject: [PATCH 1/2] Initial plan From d4e56de1744a38bbcd2634be376d7e0e3957dd10 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 14 Sep 2025 08:39:41 +0000 Subject: [PATCH 2/2] Pin GitHub Actions dependencies and update Dependabot configuration Co-authored-by: scordio <26772046+scordio@users.noreply.github.com> --- .github/dependabot.yml | 6 +++++- .github/workflows/build.yml | 4 ++-- .github/workflows/release-drafter.yml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f8414ae4..731ede11 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,5 +8,9 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" time: "02:00" + groups: + github-actions: + patterns: + - "*" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ef01e7e4..4dffa7ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,9 +16,9 @@ jobs: architecture: [ 'x64' ] name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 - name: Setup JDK - uses: actions/setup-java@v4 + uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1 with: distribution: 'zulu' java-version: ${{ matrix.java }} diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 1dee6e7d..970f1c08 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,6 +9,6 @@ jobs: update_release_draft: runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@v6.0.0 + - uses: release-drafter/release-drafter@3f0f87098bd6b5c5b9a36d49c41d998ea58f9348 # v6.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}