diff --git a/.github/workflows/lint_random_files.yml b/.github/workflows/lint_random_files.yml index 6f5f10cb385c..b81c4dfc8a70 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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 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 3c2ca340bad8..121b10d6a5de 100644 --- a/.github/workflows/markdown_equations.yml +++ b/.github/workflows/markdown_equations.yml @@ -150,7 +150,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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 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 cd8b0c946ce3..934ce126cf8e 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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 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 3089d88e0312..4aa09b01749f 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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: title: 'docs: update related packages sections' body: | diff --git a/.github/workflows/markdown_tocs.yml b/.github/workflows/markdown_tocs.yml index edc12616b5c5..24b3bdc50f90 100644 --- a/.github/workflows/markdown_tocs.yml +++ b/.github/workflows/markdown_tocs.yml @@ -118,7 +118,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: title: 'docs: update namespace table of contents' body: | diff --git a/.github/workflows/namespace_declarations.yml b/.github/workflows/namespace_declarations.yml index e613858442d6..be6bd48ee630 100644 --- a/.github/workflows/namespace_declarations.yml +++ b/.github/workflows/namespace_declarations.yml @@ -104,7 +104,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: title: 'feat: update namespace TypeScript declarations' body: | diff --git a/.github/workflows/namespace_exports.yml b/.github/workflows/namespace_exports.yml index 1a5dce57e581..84d9d98238d9 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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: title: 'feat: update namespace exports' body: | diff --git a/.github/workflows/scaffold_pkg.yml b/.github/workflows/scaffold_pkg.yml index feed1c71391f..94464ed0a5a2 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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 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 8714dced714c..818f0df073d1 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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 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 7b4879c57878..abbdd23519ac 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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 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 db9523c81487..b5a83e6e9d89 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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 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 de2800708f65..1829b05b4221 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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 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 bac4decfa5ac..54c7687202c8 100644 --- a/.github/workflows/update_repl_docs.yml +++ b/.github/workflows/update_repl_docs.yml @@ -110,7 +110,7 @@ jobs: - name: 'Create pull request' id: cpr # Pin action to full length commit SHA - uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 with: title: 'docs: update REPL namespace documentation' body: |