From 87892a97391d58eb117f8a8d48f61bc89a270a91 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 Apr 2026 05:03:27 +0000 Subject: [PATCH] chore(deps): update https://github.com/actions/github-script action to v9 --- .forgejo/actions/sccache/action.yml | 2 +- .forgejo/workflows/check-changelog.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/actions/sccache/action.yml b/.forgejo/actions/sccache/action.yml index 2c6efcebd..f84b4410e 100644 --- a/.forgejo/actions/sccache/action.yml +++ b/.forgejo/actions/sccache/action.yml @@ -9,7 +9,7 @@ runs: - name: Install sccache uses: https://git.tomfos.tr/tom/sccache-action@v1 - name: Configure sccache - uses: https://github.com/actions/github-script@v8 + uses: https://github.com/actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 with: script: | core.exportVariable('ACTIONS_RESULTS_URL', process.env.ACTIONS_RESULTS_URL || ''); diff --git a/.forgejo/workflows/check-changelog.yml b/.forgejo/workflows/check-changelog.yml index 10d565093..7bb322ee8 100644 --- a/.forgejo/workflows/check-changelog.yml +++ b/.forgejo/workflows/check-changelog.yml @@ -55,7 +55,7 @@ jobs: fi - name: Manage PR Comment - uses: https://github.com/actions/github-script@v8 + uses: https://github.com/actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 env: HAS_CHANGELOG: ${{ steps.check_files.outputs.has_changelog }} SRC_CHANGED: ${{ steps.check_files.outputs.src_changed }}