From 7746580294a3299abec14f5211ef3ebee2adcbfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:12:33 +0000 Subject: [PATCH] Update actions/github-script action to v8 --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d11b4a0..659ed6d 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -40,7 +40,7 @@ jobs: run: ./gradlew lintRelease ktlintCheck detekt spotlessCheck --scan - name: (Fail-only) Comment Build Scan Url - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: github.event_name == 'pull_request' && failure() with: github-token: ${{secrets.GITHUB_TOKEN}} @@ -147,7 +147,7 @@ jobs: verbose: true - name: Comment Build Scan Url - uses: actions/github-script@v7 + uses: actions/github-script@v8 if: github.event_name == 'pull_request' && failure() with: github-token: ${{secrets.GITHUB_TOKEN}}