From 88986fb3f3fec74beeb9a204a1a8285144cf8ece Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 04:47:07 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.0 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.0...11bd71901bbe5b1630ceea73d27597364c9af683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../workflows/check_contributing_guidelines_acceptance.yml | 2 +- .github/workflows/check_licenses.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/generate_pr_commit_message.yml | 2 +- .github/workflows/git_note_amend_message.yml | 2 +- .github/workflows/git_note_filter_packages.yml | 2 +- .github/workflows/lint_autofix.yml | 2 +- .github/workflows/lint_changed_files.yml | 2 +- .github/workflows/lint_copyright_years.yml | 2 +- .github/workflows/lint_pr_title.yml | 2 +- .github/workflows/lint_random_files.yml | 2 +- .github/workflows/linux_benchmark.yml | 2 +- .github/workflows/linux_examples.yml | 2 +- .github/workflows/linux_test.yml | 2 +- .github/workflows/linux_test_cov.yml | 2 +- .github/workflows/linux_test_install.yml | 2 +- .github/workflows/macos_benchmark.yml | 2 +- .github/workflows/macos_test.yml | 2 +- .github/workflows/macos_test_cov.yml | 2 +- .github/workflows/macos_test_npm_install.yml | 2 +- .github/workflows/make.yml | 2 +- .github/workflows/markdown_equations.yml | 2 +- .github/workflows/markdown_links.yml | 2 +- .github/workflows/markdown_pkg_urls.yml | 2 +- .github/workflows/markdown_related_packages.yml | 2 +- .github/workflows/markdown_src_attributes.yml | 2 +- .github/workflows/markdown_tocs.yml | 2 +- .github/workflows/namespace_declarations.yml | 2 +- .github/workflows/namespace_exports.yml | 2 +- .github/workflows/npm_downloads.yml | 2 +- .github/workflows/ossf_scorecard.yml | 2 +- .github/workflows/pr_merge_develop.yml | 2 +- .github/workflows/pr_rebase_develop.yml | 2 +- .github/workflows/process_metadata.yml | 2 +- .github/workflows/random_examples.yml | 2 +- .github/workflows/run_affected_benchmarks.yml | 2 +- .github/workflows/run_affected_examples.yml | 2 +- .github/workflows/run_affected_tests.yml | 2 +- .github/workflows/run_tests_coverage.yml | 4 ++-- .github/workflows/standalone_keepalive.yml | 2 +- .github/workflows/standalone_publish.yml | 2 +- .github/workflows/standalone_publish_custom.yml | 2 +- .github/workflows/standalone_push_changes.yml | 2 +- .github/workflows/standalone_test.yml | 2 +- .github/workflows/terminal.yml | 2 +- .github/workflows/test_published_package.yml | 2 +- .github/workflows/track_todos.yml | 2 +- .github/workflows/update_cli_permissions.yml | 2 +- .github/workflows/update_contributors.yml | 2 +- .github/workflows/update_error_databases.yml | 2 +- .github/workflows/update_package_meta_data.yml | 2 +- .github/workflows/update_pr_copyright_years.yml | 2 +- .github/workflows/update_repl_docs.yml | 2 +- .github/workflows/windows_test_npm_install.yml | 2 +- 54 files changed, 55 insertions(+), 55 deletions(-) mode change 100755 => 100644 .github/workflows/check_contributing_guidelines_acceptance.yml diff --git a/.github/workflows/check_contributing_guidelines_acceptance.yml b/.github/workflows/check_contributing_guidelines_acceptance.yml old mode 100755 new mode 100644 index 0541bc4d4682..90780c818bf2 --- a/.github/workflows/check_contributing_guidelines_acceptance.yml +++ b/.github/workflows/check_contributing_guidelines_acceptance.yml @@ -72,7 +72,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 3548280a4e3f..994f1507c9cb 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -59,7 +59,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5f5be5185ec6..ed6ba2c742eb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -93,7 +93,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/generate_pr_commit_message.yml b/.github/workflows/generate_pr_commit_message.yml index 4210b20e3ef0..15ec17886ef8 100644 --- a/.github/workflows/generate_pr_commit_message.yml +++ b/.github/workflows/generate_pr_commit_message.yml @@ -60,7 +60,7 @@ jobs: # Checkout repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Fetch all commits to ensure we have the full commit history: fetch-depth: 0 diff --git a/.github/workflows/git_note_amend_message.yml b/.github/workflows/git_note_amend_message.yml index baa211fd4e00..1732f13d28cb 100644 --- a/.github/workflows/git_note_amend_message.yml +++ b/.github/workflows/git_note_amend_message.yml @@ -76,7 +76,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Fetch all history to allow creating a Git note for any commit: fetch-depth: 0 diff --git a/.github/workflows/git_note_filter_packages.yml b/.github/workflows/git_note_filter_packages.yml index 303e47db9caa..4a989fb181e4 100644 --- a/.github/workflows/git_note_filter_packages.yml +++ b/.github/workflows/git_note_filter_packages.yml @@ -76,7 +76,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Fetch all history to allow creating a Git note for any commit: fetch-depth: 0 diff --git a/.github/workflows/lint_autofix.yml b/.github/workflows/lint_autofix.yml index 551501a42af9..3fa018991102 100644 --- a/.github/workflows/lint_autofix.yml +++ b/.github/workflows/lint_autofix.yml @@ -81,7 +81,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Refers to the branch name of the branch being pushed: ref: ${{ steps.pr-details.outputs.branch }} diff --git a/.github/workflows/lint_changed_files.yml b/.github/workflows/lint_changed_files.yml index bc91909c277b..c8175a9c33d1 100644 --- a/.github/workflows/lint_changed_files.yml +++ b/.github/workflows/lint_changed_files.yml @@ -52,7 +52,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/lint_copyright_years.yml b/.github/workflows/lint_copyright_years.yml index 9cc17b394c80..e1c361c50b3c 100644 --- a/.github/workflows/lint_copyright_years.yml +++ b/.github/workflows/lint_copyright_years.yml @@ -40,7 +40,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/lint_pr_title.yml b/.github/workflows/lint_pr_title.yml index be8653cfddd7..88b3e4200f19 100644 --- a/.github/workflows/lint_pr_title.yml +++ b/.github/workflows/lint_pr_title.yml @@ -56,7 +56,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/lint_random_files.yml b/.github/workflows/lint_random_files.yml index 37f2dc40a04b..e581cc61bd77 100644 --- a/.github/workflows/lint_random_files.yml +++ b/.github/workflows/lint_random_files.yml @@ -93,7 +93,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/linux_benchmark.yml b/.github/workflows/linux_benchmark.yml index 9b77e153169a..5632d27b45df 100644 --- a/.github/workflows/linux_benchmark.yml +++ b/.github/workflows/linux_benchmark.yml @@ -137,7 +137,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/linux_examples.yml b/.github/workflows/linux_examples.yml index f31c0c5fec4a..5381afc2a45d 100644 --- a/.github/workflows/linux_examples.yml +++ b/.github/workflows/linux_examples.yml @@ -137,7 +137,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index 12af7de05f86..9c78a333f82a 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml @@ -136,7 +136,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/linux_test_cov.yml b/.github/workflows/linux_test_cov.yml index 67197786cdb5..0e4cb1723d7c 100644 --- a/.github/workflows/linux_test_cov.yml +++ b/.github/workflows/linux_test_cov.yml @@ -137,7 +137,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/linux_test_install.yml b/.github/workflows/linux_test_install.yml index 79f81bc9945e..e85ad2ba0a6e 100644 --- a/.github/workflows/linux_test_install.yml +++ b/.github/workflows/linux_test_install.yml @@ -167,7 +167,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/macos_benchmark.yml b/.github/workflows/macos_benchmark.yml index 0779de63ae86..89eddbdd1865 100644 --- a/.github/workflows/macos_benchmark.yml +++ b/.github/workflows/macos_benchmark.yml @@ -136,7 +136,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index 0ff93ba4041b..73e870c5094d 100644 --- a/.github/workflows/macos_test.yml +++ b/.github/workflows/macos_test.yml @@ -135,7 +135,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/macos_test_cov.yml b/.github/workflows/macos_test_cov.yml index 601a822dc618..94bcb0c56487 100644 --- a/.github/workflows/macos_test_cov.yml +++ b/.github/workflows/macos_test_cov.yml @@ -136,7 +136,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/macos_test_npm_install.yml b/.github/workflows/macos_test_npm_install.yml index f08b679e1d77..be6ffe857bde 100644 --- a/.github/workflows/macos_test_npm_install.yml +++ b/.github/workflows/macos_test_npm_install.yml @@ -139,7 +139,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 93aed441f737..39d22fe7e5b6 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -54,7 +54,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/markdown_equations.yml b/.github/workflows/markdown_equations.yml index aba0d079db16..ebbb6230bca6 100644 --- a/.github/workflows/markdown_equations.yml +++ b/.github/workflows/markdown_equations.yml @@ -54,7 +54,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/markdown_links.yml b/.github/workflows/markdown_links.yml index 65e4bd8f60eb..a6fa52b0df88 100644 --- a/.github/workflows/markdown_links.yml +++ b/.github/workflows/markdown_links.yml @@ -66,7 +66,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/markdown_pkg_urls.yml b/.github/workflows/markdown_pkg_urls.yml index 6fd6c05c8883..8bb1fe0f77eb 100644 --- a/.github/workflows/markdown_pkg_urls.yml +++ b/.github/workflows/markdown_pkg_urls.yml @@ -60,7 +60,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/markdown_related_packages.yml b/.github/workflows/markdown_related_packages.yml index 15590882e4d7..ff76e6800460 100644 --- a/.github/workflows/markdown_related_packages.yml +++ b/.github/workflows/markdown_related_packages.yml @@ -58,7 +58,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/markdown_src_attributes.yml b/.github/workflows/markdown_src_attributes.yml index b90263061b03..7272858f89a1 100644 --- a/.github/workflows/markdown_src_attributes.yml +++ b/.github/workflows/markdown_src_attributes.yml @@ -63,7 +63,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/markdown_tocs.yml b/.github/workflows/markdown_tocs.yml index b7278bdc8b05..d722ef16d3c4 100644 --- a/.github/workflows/markdown_tocs.yml +++ b/.github/workflows/markdown_tocs.yml @@ -54,7 +54,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/namespace_declarations.yml b/.github/workflows/namespace_declarations.yml index 81e9a52edd04..d11d7a3efcd2 100644 --- a/.github/workflows/namespace_declarations.yml +++ b/.github/workflows/namespace_declarations.yml @@ -54,7 +54,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/namespace_exports.yml b/.github/workflows/namespace_exports.yml index ce7e23b3970b..4af7e1e10eef 100644 --- a/.github/workflows/namespace_exports.yml +++ b/.github/workflows/namespace_exports.yml @@ -50,7 +50,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/npm_downloads.yml b/.github/workflows/npm_downloads.yml index 3e6261789e60..455d087e99f4 100644 --- a/.github/workflows/npm_downloads.yml +++ b/.github/workflows/npm_downloads.yml @@ -54,7 +54,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 timeout-minutes: 10 # Install Node.js: diff --git a/.github/workflows/ossf_scorecard.yml b/.github/workflows/ossf_scorecard.yml index 3865f47c164d..afc2a0dbbfb3 100644 --- a/.github/workflows/ossf_scorecard.yml +++ b/.github/workflows/ossf_scorecard.yml @@ -62,7 +62,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 timeout-minutes: 10 with: persist-credentials: false diff --git a/.github/workflows/pr_merge_develop.yml b/.github/workflows/pr_merge_develop.yml index 2add109322fb..16258674316d 100644 --- a/.github/workflows/pr_merge_develop.yml +++ b/.github/workflows/pr_merge_develop.yml @@ -74,7 +74,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: ${{ steps.pr-details.outputs.branch }} repository: ${{ steps.pr-details.outputs.repository }} diff --git a/.github/workflows/pr_rebase_develop.yml b/.github/workflows/pr_rebase_develop.yml index 6c54713ed532..053632d8755c 100644 --- a/.github/workflows/pr_rebase_develop.yml +++ b/.github/workflows/pr_rebase_develop.yml @@ -75,7 +75,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: ref: ${{ steps.pr-details.outputs.branch }} repository: ${{ steps.pr-details.outputs.repository }} diff --git a/.github/workflows/process_metadata.yml b/.github/workflows/process_metadata.yml index b545a94661a8..d7578e308742 100644 --- a/.github/workflows/process_metadata.yml +++ b/.github/workflows/process_metadata.yml @@ -67,7 +67,7 @@ jobs: if: steps.assert-write-access.outcome == 'success' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/random_examples.yml b/.github/workflows/random_examples.yml index f4a6bd0b113a..ca2a3d55101f 100644 --- a/.github/workflows/random_examples.yml +++ b/.github/workflows/random_examples.yml @@ -53,7 +53,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/run_affected_benchmarks.yml b/.github/workflows/run_affected_benchmarks.yml index 20090ebf7aa3..47cefbabdf56 100644 --- a/.github/workflows/run_affected_benchmarks.yml +++ b/.github/workflows/run_affected_benchmarks.yml @@ -62,7 +62,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: diff --git a/.github/workflows/run_affected_examples.yml b/.github/workflows/run_affected_examples.yml index 038afcead51d..7c3b607da5ba 100644 --- a/.github/workflows/run_affected_examples.yml +++ b/.github/workflows/run_affected_examples.yml @@ -59,7 +59,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/run_affected_tests.yml b/.github/workflows/run_affected_tests.yml index ef3897a2f336..dba513d190c9 100644 --- a/.github/workflows/run_affected_tests.yml +++ b/.github/workflows/run_affected_tests.yml @@ -94,7 +94,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/run_tests_coverage.yml b/.github/workflows/run_tests_coverage.yml index 9b09eb8494a9..c58d380d7b9c 100644 --- a/.github/workflows/run_tests_coverage.yml +++ b/.github/workflows/run_tests_coverage.yml @@ -94,7 +94,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true @@ -291,7 +291,7 @@ jobs: # Checkout coverage repository: - name: 'Checkout coverage repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Code coverage repository: repository: 'stdlib-js/www-test-code-coverage' diff --git a/.github/workflows/standalone_keepalive.yml b/.github/workflows/standalone_keepalive.yml index 639870e6584f..8032595e0190 100644 --- a/.github/workflows/standalone_keepalive.yml +++ b/.github/workflows/standalone_keepalive.yml @@ -63,7 +63,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/standalone_publish.yml b/.github/workflows/standalone_publish.yml index 48651ff8baad..b69d9daff1c0 100644 --- a/.github/workflows/standalone_publish.yml +++ b/.github/workflows/standalone_publish.yml @@ -79,7 +79,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/standalone_publish_custom.yml b/.github/workflows/standalone_publish_custom.yml index 7b44a003692f..1220a9fd9e63 100644 --- a/.github/workflows/standalone_publish_custom.yml +++ b/.github/workflows/standalone_publish_custom.yml @@ -86,7 +86,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/standalone_push_changes.yml b/.github/workflows/standalone_push_changes.yml index d5671e428138..0f5c7809445e 100644 --- a/.github/workflows/standalone_push_changes.yml +++ b/.github/workflows/standalone_push_changes.yml @@ -54,7 +54,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/standalone_test.yml b/.github/workflows/standalone_test.yml index b917b14e8d98..b85e2ca47877 100644 --- a/.github/workflows/standalone_test.yml +++ b/.github/workflows/standalone_test.yml @@ -56,7 +56,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/terminal.yml b/.github/workflows/terminal.yml index 09723e6a169b..d4a2bb896dea 100644 --- a/.github/workflows/terminal.yml +++ b/.github/workflows/terminal.yml @@ -45,7 +45,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/test_published_package.yml b/.github/workflows/test_published_package.yml index 767125694b33..a040eeb4d201 100644 --- a/.github/workflows/test_published_package.yml +++ b/.github/workflows/test_published_package.yml @@ -50,7 +50,7 @@ jobs: steps: # Checkout the repository: - name: 'Checkout repository' - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Do not persist GitHub token in local Git configuration since no continued authentication is needed: persist-credentials: false diff --git a/.github/workflows/track_todos.yml b/.github/workflows/track_todos.yml index a208939b3fb6..233828a41f2b 100644 --- a/.github/workflows/track_todos.yml +++ b/.github/workflows/track_todos.yml @@ -53,7 +53,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/update_cli_permissions.yml b/.github/workflows/update_cli_permissions.yml index 8fa863559ddb..34f017b3974a 100644 --- a/.github/workflows/update_cli_permissions.yml +++ b/.github/workflows/update_cli_permissions.yml @@ -54,7 +54,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/update_contributors.yml b/.github/workflows/update_contributors.yml index f19d601ae7c8..7a2d58a4d687 100644 --- a/.github/workflows/update_contributors.yml +++ b/.github/workflows/update_contributors.yml @@ -54,7 +54,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/update_error_databases.yml b/.github/workflows/update_error_databases.yml index 28775be2e5ff..4f8461b98cc2 100644 --- a/.github/workflows/update_error_databases.yml +++ b/.github/workflows/update_error_databases.yml @@ -54,7 +54,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/update_package_meta_data.yml b/.github/workflows/update_package_meta_data.yml index 3d42bef1a017..ebe51cdf4ad5 100644 --- a/.github/workflows/update_package_meta_data.yml +++ b/.github/workflows/update_package_meta_data.yml @@ -55,7 +55,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/update_pr_copyright_years.yml b/.github/workflows/update_pr_copyright_years.yml index 768223a3517c..bda6665c7dcb 100644 --- a/.github/workflows/update_pr_copyright_years.yml +++ b/.github/workflows/update_pr_copyright_years.yml @@ -81,7 +81,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Refers to the branch name of the branch being pushed: ref: ${{ steps.pr-details.outputs.branch }} diff --git a/.github/workflows/update_repl_docs.yml b/.github/workflows/update_repl_docs.yml index e2ae795241be..27a0c4bc2cfc 100644 --- a/.github/workflows/update_repl_docs.yml +++ b/.github/workflows/update_repl_docs.yml @@ -54,7 +54,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/windows_test_npm_install.yml b/.github/workflows/windows_test_npm_install.yml index b29dfcd54ca8..34ce4542da5c 100644 --- a/.github/workflows/windows_test_npm_install.yml +++ b/.github/workflows/windows_test_npm_install.yml @@ -137,7 +137,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: # Specify whether to remove untracked files before checking out the repository: clean: false