From 87d39f4a2cec2673cf9505764fb20a38792ea722 Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:45:05 +0900 Subject: [PATCH 1/3] Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0" (#1926) Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#1874)" This reverts commit c143300dea6c9a730986ff862c5bf4d458927ef8. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0034400..54c8195 100644 --- a/action.yml +++ b/action.yml @@ -230,7 +230,7 @@ runs: GITHUB_REPOSITORY: ${{ github.repository }} - name: Get OIDC token - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 id: oidc with: script: | From 75cd11691c0faa626561e295848008c8a7dddffe Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:45:27 +0900 Subject: [PATCH 2/3] chore(release): 5.5.4 (#1927) Co-authored-by: Tom Hu --- src/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/version b/src/version index d4e5069..c8f1d09 100644 --- a/src/version +++ b/src/version @@ -1 +1 @@ -5.5.3 +5.5.4 From f67d33dda8a42b51c42a8318a1f66468119e898b Mon Sep 17 00:00:00 2001 From: Tom Hu <88201630+thomasrockhu-codecov@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:54:10 +0900 Subject: [PATCH 3/3] Revert "Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0"" (#1929) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert "Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0" …" This reverts commit 87d39f4a2cec2673cf9505764fb20a38792ea722. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 54c8195..0034400 100644 --- a/action.yml +++ b/action.yml @@ -230,7 +230,7 @@ runs: GITHUB_REPOSITORY: ${{ github.repository }} - name: Get OIDC token - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 id: oidc with: script: |