From 57e7e1bc9e2743db0eb1566cb5ef65eec8d3b0ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Aug 2022 00:36:31 +0000 Subject: [PATCH] chore(deps): update actions/github-script digest to d50f485 --- .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 a2676cd1303..92a5bd1eba9 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@7a5c598405937d486b0331594b5da2b14db670da # tag=v6 + - uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # tag=v6 with: github-token: ${{secrets.GITHUB_TOKEN}} script: | diff --git a/.github/workflows/i18n-prs.yml b/.github/workflows/i18n-prs.yml index 3704fa5919e..fa6a631b57f 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@7a5c598405937d486b0331594b5da2b14db670da # tag=v6 + uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # 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 2a653a8cef7..5e3e100ed33 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@7a5c598405937d486b0331594b5da2b14db670da # tag=v6 + - uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1 # tag=v6 with: github-token: ${{secrets.CAMPERBOT_NO_TRANSLATE}} script: |