From 62a4ea8cf8b48884603958f94b0a1760b7c46ebe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:44:18 +0000 Subject: [PATCH] Update actions/github-script digest to f28e40c --- .github/workflows/java-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/java-ci.yml b/.github/workflows/java-ci.yml index 3cbdfb3..97e74f0 100644 --- a/.github/workflows/java-ci.yml +++ b/.github/workflows/java-ci.yml @@ -36,7 +36,7 @@ jobs: path: output/current_branch.txt - name: Print warning on forks - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 if: github.event.pull_request.head.repo.fork == true with: script: | @@ -46,7 +46,7 @@ jobs: core.warning(duplicateContent, { file: 'versions/v1/units.json' }); - name: Add Comment to Pull Request - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 if: github.event.pull_request.head.repo.name == github.repository with: script: |