From dea1c4cfd332f80e0f3eea3a5403db0877a3f133 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Mon, 15 Jan 2024 09:32:08 -0500 Subject: [PATCH] backport of commit eb3cf7bdde35d837cc4631f58816096596669867 (#24858) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index 489e543be061..cab0a3c458bd 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -362,7 +362,7 @@ jobs: # GitHub Actions doesn't expose the job ID or the URL to the job execution, # so we have to fetch it from the API - name: Fetch job logs URL - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 if: success() || failure() continue-on-error: true with: