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: |