From 94da1daa1dc5908559dec4db5a6b599d8e2c6ebe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 18:35:39 -0700 Subject: [PATCH] chore(deps): update actions/github-script digest to c713e51 (#47391) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/autoclose.yml | 2 +- .github/workflows/i18n-prs.yml | 2 +- .github/workflows/no-prs-to-translation.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/autoclose.yml b/.github/workflows/autoclose.yml index 92a5bd1eba9..68ccb947d14 100644 --- a/.github/workflows/autoclose.yml +++ b/.github/workflows/autoclose.yml @@ -10,7 +10,7 @@ jobs: autoclose: runs-on: ubuntu-20.04 steps: - - uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # tag=v6 + - uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # tag=v6 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/i18n-prs.yml b/.github/workflows/i18n-prs.yml index c51c62a9502..8a3fddc0b91 100644 --- a/.github/workflows/i18n-prs.yml +++ b/.github/workflows/i18n-prs.yml @@ -36,7 +36,7 @@ jobs: - name: Create Comment # Run if the validate challenge files step fails, specifically. Note that we need the failure() call for this step to trigger if the action fails. if: ${{ failure() && steps.validate.conclusion == 'failure' }} - uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # tag=v6 + uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # tag=v6 with: github-token: ${{secrets.CAMPERBOT_NO_TRANSLATE}} script: | diff --git a/.github/workflows/no-prs-to-translation.yml b/.github/workflows/no-prs-to-translation.yml index 5e3e100ed33..9b40ba97b00 100644 --- a/.github/workflows/no-prs-to-translation.yml +++ b/.github/workflows/no-prs-to-translation.yml @@ -15,7 +15,7 @@ jobs: has-translation: runs-on: ubuntu-20.04 steps: - - uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # tag=v6 + - uses: actions/github-script@c713e510dbd7d213d92d41b7a7805a986f4c5c66 # tag=v6 with: github-token: ${{secrets.CAMPERBOT_NO_TRANSLATE}} script: |