From c49eff108df32f3ca6b5bdb83d73ba1d5b77eaa1 Mon Sep 17 00:00:00 2001 From: "usa-reddragon-renovate-ce[bot]" <156608365+usa-reddragon-renovate-ce[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 16:43:41 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7.1.0 Signed-off-by: usa-reddragon-renovate-ce[bot] <156608365+usa-reddragon-renovate-ce[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 838cafb..7d0557b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -118,7 +118,7 @@ jobs: prerelease: false - name: Create Issue on Failure if: failure() && startsWith(github.ref, 'refs/tags/v') - uses: actions/github-script@v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |