diff --git a/.github/workflows/lint_random_files.yml b/.github/workflows/lint_random_files.yml index 36e40d594cba..0cb79fedbef8 100644 --- a/.github/workflows/lint_random_files.yml +++ b/.github/workflows/lint_random_files.yml @@ -426,7 +426,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@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 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 12249e9474dd..289c2118fda1 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@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 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 18cbb75bf956..fa88259e9c42 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@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 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 e262a0148b6d..32f7cbf12518 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@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 with: title: 'docs: update related packages sections' body: | diff --git a/.github/workflows/markdown_tocs.yml b/.github/workflows/markdown_tocs.yml index 137d7c5bba29..4dad5a07020a 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@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 with: title: 'docs: update namespace table of contents' body: | diff --git a/.github/workflows/namespace_declarations.yml b/.github/workflows/namespace_declarations.yml index aeb8e8cceb32..9d82a6846da2 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@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 with: title: 'feat: update namespace TypeScript declarations' body: | diff --git a/.github/workflows/namespace_exports.yml b/.github/workflows/namespace_exports.yml index 37ec3657c537..1ac797ff7fd2 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@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 with: title: 'feat: update namespace exports' body: | diff --git a/.github/workflows/scaffold_pkg.yml b/.github/workflows/scaffold_pkg.yml index 3848e1a5b60c..00541ec7c4e1 100644 --- a/.github/workflows/scaffold_pkg.yml +++ b/.github/workflows/scaffold_pkg.yml @@ -69,7 +69,7 @@ jobs: # Create a pull request: - name: 'Create pull request' # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 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 6e1f1ec5766b..5876fb79d65f 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@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 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 899d7be786aa..219c6bf3acd0 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@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 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 cefe91a19707..55b0ddc0a4db 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@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 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 8e96899aa9ba..c5b9c6a62861 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@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 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 f960dd9be317..c88ae03b3245 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@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5 + uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 with: title: 'docs: update REPL namespace documentation' body: |