From a57f4aa00f6f43404083a8f1b05b49411edcc773 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:45:03 +0900 Subject: [PATCH] Pin actions/github-script action to d7906e4 (#167) * Pin actions/github-script action to d7906e4 * Update .github/workflows/reusable--e2e-test.yaml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hidetake Iwata --- .github/workflows/reusable--e2e-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable--e2e-test.yaml b/.github/workflows/reusable--e2e-test.yaml index 48d6ce2..11a3d4c 100644 --- a/.github/workflows/reusable--e2e-test.yaml +++ b/.github/workflows/reusable--e2e-test.yaml @@ -82,7 +82,7 @@ jobs: - run: | export PATH="$PATH:/home/runner/externals/node20/bin" npm install @actions/tool-cache - - uses: actions/github-script@v6 + - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 with: script: | const assert = require('assert')