diff --git a/.github/workflows/authors.yml b/.github/workflows/authors.yml index e33089ea252cdb..f2c659493284ef 100644 --- a/.github/workflows/authors.yml +++ b/.github/workflows/authors.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: '0' # This is required to actually get all the authors persist-credentials: false - run: tools/update-authors.mjs # Run the AUTHORS tool - - uses: gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f + - uses: gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245 # Creates a PR or update the Action's existing PR, or # no-op if the base branch is already up-to-date. env: diff --git a/.github/workflows/find-inactive-collaborators.yml b/.github/workflows/find-inactive-collaborators.yml index ce47c0a1ddedb2..3494a2bef247f0 100644 --- a/.github/workflows/find-inactive-collaborators.yml +++ b/.github/workflows/find-inactive-collaborators.yml @@ -33,7 +33,7 @@ jobs: run: tools/find-inactive-collaborators.mjs - name: Open pull request - uses: gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f + uses: gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245 # Creates a PR or update the Action's existing PR, or # no-op if the base branch is already up-to-date. env: diff --git a/.github/workflows/find-inactive-tsc.yml b/.github/workflows/find-inactive-tsc.yml index 2f6afec42277bb..c4f376aed6dd9e 100644 --- a/.github/workflows/find-inactive-tsc.yml +++ b/.github/workflows/find-inactive-tsc.yml @@ -42,7 +42,7 @@ jobs: run: tools/find-inactive-tsc.mjs >> $GITHUB_ENV - name: Open pull request - uses: gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f + uses: gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245 # Creates a PR or update the Action's existing PR, or # no-op if the base branch is already up-to-date. env: diff --git a/.github/workflows/license-builder.yml b/.github/workflows/license-builder.yml index 3c966da1d5b4f0..f6a572ced6cf8a 100644 --- a/.github/workflows/license-builder.yml +++ b/.github/workflows/license-builder.yml @@ -21,7 +21,7 @@ jobs: with: persist-credentials: false - run: ./tools/license-builder.sh # Run the license builder tool - - uses: gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f + - uses: gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245 # Creates a PR or update the Action's existing PR, or # no-op if the base branch is already up-to-date. env: diff --git a/.github/workflows/timezone-update.yml b/.github/workflows/timezone-update.yml index 138fde0e54c34f..c806b8ef9cb152 100644 --- a/.github/workflows/timezone-update.yml +++ b/.github/workflows/timezone-update.yml @@ -37,7 +37,7 @@ jobs: - run: ./tools/update-timezone.mjs - name: Open Pull Request - uses: gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f # Create a PR or update the Action's existing PR + uses: gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245 # Create a PR or update the Action's existing PR env: GITHUB_TOKEN: ${{ secrets.GH_USER_TOKEN }} with: diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index e58f59ef78a301..d3182e7b934d22 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -65,7 +65,7 @@ jobs: with: persist-credentials: false - run: ${{ matrix.run }} - - uses: gr2m/create-or-update-pull-request-action@6720400cad8e74d7adc64640e4e6ea6748b83d8f + - uses: gr2m/create-or-update-pull-request-action@cb63b1c12a6c32d49cc613469950581413b29245 # Creates a PR or update the Action's existing PR, or # no-op if the base branch is already up-to-date. env: