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