diff --git a/.github/workflows/lint_random_files.yml b/.github/workflows/lint_random_files.yml index 80946001ac9a..49a60a0e1db3 100644 --- a/.github/workflows/lint_random_files.yml +++ b/.github/workflows/lint_random_files.yml @@ -585,7 +585,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@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: title: 'style: 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 11ed079c31ca..8a35aec3387e 100644 --- a/.github/workflows/markdown_equations.yml +++ b/.github/workflows/markdown_equations.yml @@ -169,7 +169,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@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 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 03ab56c91be9..4a3af959e9da 100644 --- a/.github/workflows/markdown_pkg_urls.yml +++ b/.github/workflows/markdown_pkg_urls.yml @@ -143,7 +143,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@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 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 f1a3777f1449..6abe42ca8697 100644 --- a/.github/workflows/markdown_related_packages.yml +++ b/.github/workflows/markdown_related_packages.yml @@ -155,7 +155,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@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: title: 'docs: update related packages sections' body: | diff --git a/.github/workflows/markdown_tocs.yml b/.github/workflows/markdown_tocs.yml index 15cf624cee4b..8b54e90df56d 100644 --- a/.github/workflows/markdown_tocs.yml +++ b/.github/workflows/markdown_tocs.yml @@ -121,7 +121,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: title: 'docs: update namespace table of contents' body: | diff --git a/.github/workflows/namespace_exports.yml b/.github/workflows/namespace_exports.yml index 0f6a3313f6ec..b3101de817fb 100644 --- a/.github/workflows/namespace_exports.yml +++ b/.github/workflows/namespace_exports.yml @@ -128,7 +128,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: title: 'feat: update namespace exports' body: | diff --git a/.github/workflows/update_cli_permissions.yml b/.github/workflows/update_cli_permissions.yml index 0c83e9a43d9d..4167a692e0eb 100644 --- a/.github/workflows/update_cli_permissions.yml +++ b/.github/workflows/update_cli_permissions.yml @@ -97,7 +97,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 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 da79bbc6ec17..fc85e5068f68 100644 --- a/.github/workflows/update_contributors.yml +++ b/.github/workflows/update_contributors.yml @@ -104,7 +104,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@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 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 92ed022d03aa..42d7ed647355 100644 --- a/.github/workflows/update_error_databases.yml +++ b/.github/workflows/update_error_databases.yml @@ -159,7 +159,7 @@ jobs: if: steps.check_changes.outputs.has_changes == 'true' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: title: 'feat: update error databases' body-path: /tmp/body.md diff --git a/.github/workflows/update_math_scaffold_databases.yml b/.github/workflows/update_math_scaffold_databases.yml index 181eea992482..02a17404e7f8 100644 --- a/.github/workflows/update_math_scaffold_databases.yml +++ b/.github/workflows/update_math_scaffold_databases.yml @@ -124,7 +124,7 @@ jobs: if: steps.check_changes.outputs.has_changes == 'true' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: title: 'feat: update math scaffold databases' body: | diff --git a/.github/workflows/update_package_meta_data.yml b/.github/workflows/update_package_meta_data.yml index cca3b4c2ad5c..91769dce6627 100644 --- a/.github/workflows/update_package_meta_data.yml +++ b/.github/workflows/update_package_meta_data.yml @@ -108,7 +108,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 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 17bd3d4df2f2..817dffb3bf86 100644 --- a/.github/workflows/update_repl_docs.yml +++ b/.github/workflows/update_repl_docs.yml @@ -113,7 +113,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: title: 'docs: update REPL namespace documentation' body: |