diff --git a/.github/workflows/lint_random_files.yml b/.github/workflows/lint_random_files.yml index 00b270c63de2..c1bd2d7179ea 100644 --- a/.github/workflows/lint_random_files.yml +++ b/.github/workflows/lint_random_files.yml @@ -417,7 +417,7 @@ jobs: if: ${{ github.event.inputs.fix == 'true' }} && ( success() || failure() ) id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 with: title: 'Fix lint errors' add-paths: ${{ steps.random-files.outputs.files }} diff --git a/.github/workflows/markdown_equations.yml b/.github/workflows/markdown_equations.yml index f34bff6ca5f2..c1618f335a38 100644 --- a/.github/workflows/markdown_equations.yml +++ b/.github/workflows/markdown_equations.yml @@ -152,7 +152,7 @@ jobs: id: cpr if: steps.svg-equations.outputs.changed == 'true' || steps.equation-elements.outputs.changed == 'true' # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 with: title: 'docs: update Markdown equation elements' body: | diff --git a/.github/workflows/markdown_pkg_urls.yml b/.github/workflows/markdown_pkg_urls.yml index 11ce904f4cca..5cbc5bbca9e0 100644 --- a/.github/workflows/markdown_pkg_urls.yml +++ b/.github/workflows/markdown_pkg_urls.yml @@ -136,7 +136,7 @@ jobs: id: cpr if: steps.update-markdown-pkg-urls.outputs.changed == 'true' # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 with: title: 'docs: update Markdown stdlib package URLs' body: | diff --git a/.github/workflows/markdown_related_packages.yml b/.github/workflows/markdown_related_packages.yml index 224e12796b9b..197fdba0dffd 100644 --- a/.github/workflows/markdown_related_packages.yml +++ b/.github/workflows/markdown_related_packages.yml @@ -148,7 +148,7 @@ jobs: id: cpr if: steps.update-related-packages.outputs.changed == 'true' # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 with: title: 'docs: update related packages sections' body: | diff --git a/.github/workflows/markdown_tocs.yml b/.github/workflows/markdown_tocs.yml index 40bc9977285a..7d0df8ce2ffe 100644 --- a/.github/workflows/markdown_tocs.yml +++ b/.github/workflows/markdown_tocs.yml @@ -120,7 +120,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 with: title: 'docs: update namespace table of contents' body: | diff --git a/.github/workflows/namespace_declarations.yml b/.github/workflows/namespace_declarations.yml index 3e35ae8238a3..c3d491a5cef6 100644 --- a/.github/workflows/namespace_declarations.yml +++ b/.github/workflows/namespace_declarations.yml @@ -109,7 +109,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 with: title: 'Update namespace TypeScript declarations' body: | diff --git a/.github/workflows/namespace_exports.yml b/.github/workflows/namespace_exports.yml index bc4fe0da079f..e6466a78b7b9 100644 --- a/.github/workflows/namespace_exports.yml +++ b/.github/workflows/namespace_exports.yml @@ -125,7 +125,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 with: title: 'feat: update namespace exports' body: | diff --git a/.github/workflows/scaffold_pkg_via_issue_comment.yml b/.github/workflows/scaffold_pkg_via_issue_comment.yml index 72c4c0f1712e..c53eb2fedc73 100644 --- a/.github/workflows/scaffold_pkg_via_issue_comment.yml +++ b/.github/workflows/scaffold_pkg_via_issue_comment.yml @@ -68,7 +68,7 @@ jobs: - name: 'Create pull request' if: ${{ contains(github.event.comment.body, 'scaffold') }} # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 with: token: ${{ secrets.PULL_REQUEST_TOKEN }} commit-message: 'feat: add `${{ steps.scaffold.outputs.alias }}`' diff --git a/.github/workflows/update_cli_permissions.yml b/.github/workflows/update_cli_permissions.yml index 0740b06d744d..e2dd98734f13 100644 --- a/.github/workflows/update_cli_permissions.yml +++ b/.github/workflows/update_cli_permissions.yml @@ -94,7 +94,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 with: title: 'fix: make CLI scripts executable' commit-message: 'fix: make CLI scripts executable' diff --git a/.github/workflows/update_contributors.yml b/.github/workflows/update_contributors.yml index 23cda2c13b0c..6a7c4eec55a4 100644 --- a/.github/workflows/update_contributors.yml +++ b/.github/workflows/update_contributors.yml @@ -96,7 +96,7 @@ jobs: - name: 'Create pull request' if: steps.update-contributors.outputs.changed == 'true' # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 id: cpr with: title: 'docs: update list of contributors' diff --git a/.github/workflows/update_error_databases.yml b/.github/workflows/update_error_databases.yml index c22250617e0c..dcbe641d18ce 100644 --- a/.github/workflows/update_error_databases.yml +++ b/.github/workflows/update_error_databases.yml @@ -140,7 +140,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 with: title: 'feat: update error databases' body-path: /tmp/body.md diff --git a/.github/workflows/update_package_meta_data.yml b/.github/workflows/update_package_meta_data.yml index fc617827071a..c524eb85baa4 100644 --- a/.github/workflows/update_package_meta_data.yml +++ b/.github/workflows/update_package_meta_data.yml @@ -105,7 +105,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 with: title: 'chore: update package meta data' body: | diff --git a/.github/workflows/update_repl_docs.yml b/.github/workflows/update_repl_docs.yml index 2b5b1f724a20..bb076f84a2af 100644 --- a/.github/workflows/update_repl_docs.yml +++ b/.github/workflows/update_repl_docs.yml @@ -119,7 +119,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@a4f52f8033a6168103c2538976c07b467e8163bc # v6.0.1 + uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6.0.2 with: title: 'docs: update REPL namespace documentation' body: |