From 5001a6bfe7c18465552c085c86676bbf0fbc06af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 07:32:52 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v7.0.1 (#3785) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/fail-notify.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/remove_app_engine_versions.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/fail-notify.yml b/.github/workflows/fail-notify.yml index 2825f87c0..5ad0cff94 100644 --- a/.github/workflows/fail-notify.yml +++ b/.github/workflows/fail-notify.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4.1.1 - name: Get slack payload id: get_slack_payload - uses: actions/github-script@v7.0.0 + uses: actions/github-script@v7.0.1 with: github-token: ${{secrets.GITHUB_TOKEN}} result-encoding: string diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0109c8536..d72c7f39f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -428,7 +428,7 @@ jobs: if: github.event_name == 'pull_request' steps: - uses: actions/checkout@v4.1.1 - - uses: actions/github-script@v7.0.0 + - uses: actions/github-script@v7.0.1 env: SHA: ${{github.event.pull_request.head.sha}} with: @@ -541,7 +541,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Get run numbers - uses: actions/github-script@v7.0.0 + uses: actions/github-script@v7.0.1 id: get_run_numbers env: HEAD_REF: master diff --git a/.github/workflows/remove_app_engine_versions.yml b/.github/workflows/remove_app_engine_versions.yml index 3c221a110..f7ff43931 100644 --- a/.github/workflows/remove_app_engine_versions.yml +++ b/.github/workflows/remove_app_engine_versions.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - name: Get run numbers - uses: actions/github-script@v7.0.0 + uses: actions/github-script@v7.0.1 id: get_run_numbers env: HEAD_REF: ${{github.event.pull_request.head.ref}}