diff --git a/.github/workflows/check_commit_metadata.yml b/.github/workflows/check_commit_metadata.yml index ea596a55ed93..575321e561e6 100644 --- a/.github/workflows/check_commit_metadata.yml +++ b/.github/workflows/check_commit_metadata.yml @@ -51,7 +51,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Ensure we have access to the scripts directory: sparse-checkout: | diff --git a/.github/workflows/check_contributing_guidelines_acceptance.yml b/.github/workflows/check_contributing_guidelines_acceptance.yml index b64a38038704..e6495a7cb418 100644 --- a/.github/workflows/check_contributing_guidelines_acceptance.yml +++ b/.github/workflows/check_contributing_guidelines_acceptance.yml @@ -70,7 +70,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Ensure we have access to the scripts directory: sparse-checkout: | diff --git a/.github/workflows/check_duplicate_prs.yml b/.github/workflows/check_duplicate_prs.yml index 9a62affd9e98..0bdd7da553f1 100644 --- a/.github/workflows/check_duplicate_prs.yml +++ b/.github/workflows/check_duplicate_prs.yml @@ -62,7 +62,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Ensure we have access to the scripts directory: sparse-checkout: | diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 8db4e73b92da..007fffb61ee3 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/check_tracking_issue_closure.yml b/.github/workflows/check_tracking_issue_closure.yml index 5cc133b35839..c19ede5aa017 100644 --- a/.github/workflows/check_tracking_issue_closure.yml +++ b/.github/workflows/check_tracking_issue_closure.yml @@ -57,7 +57,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Ensure we have access to the scripts directory: sparse-checkout: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 38e3282a2328..da5317b34cdd 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/create_address_commit_comment_issues.yml b/.github/workflows/create_address_commit_comment_issues.yml index 5cabb332cd8a..b8db8c880c82 100644 --- a/.github/workflows/create_address_commit_comment_issues.yml +++ b/.github/workflows/create_address_commit_comment_issues.yml @@ -53,7 +53,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Ensure we have access to the scripts directory: sparse-checkout: | diff --git a/.github/workflows/first_time_greeting.yml b/.github/workflows/first_time_greeting.yml index 6d265ddb8d2c..d1bf5caa7c72 100644 --- a/.github/workflows/first_time_greeting.yml +++ b/.github/workflows/first_time_greeting.yml @@ -55,7 +55,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Ensure we have access to the scripts directory: sparse-checkout: | diff --git a/.github/workflows/generate_monthly_changelog.yml b/.github/workflows/generate_monthly_changelog.yml index 24ce4fc00618..7072b2d29599 100644 --- a/.github/workflows/generate_monthly_changelog.yml +++ b/.github/workflows/generate_monthly_changelog.yml @@ -47,7 +47,7 @@ jobs: steps: - name: 'Checkout source repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Specify whether to remove untracked files before checking out the repository: clean: false @@ -77,7 +77,7 @@ jobs: - name: 'Checkout monthly changelog repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Monthly changelog repository: repository: 'stdlib-js/www-blog-monthly-changelog' diff --git a/.github/workflows/generate_pr_commit_message.yml b/.github/workflows/generate_pr_commit_message.yml index 67abdfb84490..cdfd291a603c 100644 --- a/.github/workflows/generate_pr_commit_message.yml +++ b/.github/workflows/generate_pr_commit_message.yml @@ -54,7 +54,7 @@ jobs: # Checkout repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Ensure we have access to the scripts directory and .mailmap file for generating the commit message: sparse-checkout: | diff --git a/.github/workflows/git_note_amend_message.yml b/.github/workflows/git_note_amend_message.yml index f9962ec12795..38fabf0dcb4f 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 3228a4700d0c..190e37091584 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Fetch all history to allow creating a Git note for any commit: fetch-depth: 0 diff --git a/.github/workflows/label_good_first_prs.yml b/.github/workflows/label_good_first_prs.yml index 0be60d8ad373..bc7a1c835ecd 100644 --- a/.github/workflows/label_good_first_prs.yml +++ b/.github/workflows/label_good_first_prs.yml @@ -54,7 +54,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Ensure we have access to the scripts directory: sparse-checkout: | diff --git a/.github/workflows/lint_autofix.yml b/.github/workflows/lint_autofix.yml index 069a621d2bea..d613fd62c278 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 df2508cba52b..541357e2796d 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 7253a331bbb0..6d3da1826984 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 97dbb1f264f8..c0bef04a6901 100644 --- a/.github/workflows/lint_pr_title.yml +++ b/.github/workflows/lint_pr_title.yml @@ -57,7 +57,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 f36ee6cf9435..459ac64f8987 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 5a454aaefcba..9b548fadc572 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 6c4f83be7bf5..c21388cf781f 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 44824157cace..c9c1dc0e3bf8 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 6f134fb292f7..f02d5cd1b462 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 05fa4308a638..ce95d8555768 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 af9297da82c8..f902f54cceab 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 5fc6f9cd6a01..05ad77dd629f 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 0cb080525150..7ea0fab8f5f9 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 5b912ea73dd2..1e02c4f6e4e3 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 fba7dbe9c607..8d4d9641ba88 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 b4fab5b84461..9a1d6aa9de43 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 e7e4ea6fbe2a..0362da925e6c 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 d050283d8c3d..c3888105bb4d 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 f1e3c6a193fa..91f4a069c1cc 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 8ed517804762..b2e6883be22b 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 3236c4124f14..f50608c2c1af 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/merge_ready_prs.yml b/.github/workflows/merge_ready_prs.yml index c3584402d673..f0a82e518cb2 100644 --- a/.github/workflows/merge_ready_prs.yml +++ b/.github/workflows/merge_ready_prs.yml @@ -45,7 +45,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 # Import GPG key to sign commits: - name: 'Import GPG key to sign commits' diff --git a/.github/workflows/namespace_declarations.yml b/.github/workflows/namespace_declarations.yml index 1322c7f8489c..9997dd941288 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 229a50e84276..74cdf60134b5 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 67d991883ea3..085d77090181 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 timeout-minutes: 10 # Install Node.js: diff --git a/.github/workflows/ossf_scorecard.yml b/.github/workflows/ossf_scorecard.yml index 054b27b0f9a7..2ba85a6c7b49 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 timeout-minutes: 10 with: persist-credentials: false diff --git a/.github/workflows/pr_commands_comment.yml b/.github/workflows/pr_commands_comment.yml index 728cf2b41dd4..1aa39465f203 100644 --- a/.github/workflows/pr_commands_comment.yml +++ b/.github/workflows/pr_commands_comment.yml @@ -79,7 +79,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Ensure we have access to the scripts directory: sparse-checkout: | diff --git a/.github/workflows/pr_merge_develop.yml b/.github/workflows/pr_merge_develop.yml index be05371507c6..55c6354b9227 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 91c9bda497eb..055ead9caa2c 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 877d3fad52ba..a7b878c077f3 100644 --- a/.github/workflows/process_metadata.yml +++ b/.github/workflows/process_metadata.yml @@ -70,7 +70,7 @@ jobs: if: steps.assert-write-access.outcome == 'success' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/publish_coverage_pr.yml b/.github/workflows/publish_coverage_pr.yml index b678038b0a6a..5009905633cf 100644 --- a/.github/workflows/publish_coverage_pr.yml +++ b/.github/workflows/publish_coverage_pr.yml @@ -122,7 +122,7 @@ jobs: - name: 'Checkout coverage repository' if: steps.download-coverage.outcome == 'success' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Code coverage repository: repository: 'stdlib-js/www-test-code-coverage' diff --git a/.github/workflows/random_benchmarks.yml b/.github/workflows/random_benchmarks.yml index f8522e65fb14..e12f1475f806 100644 --- a/.github/workflows/random_benchmarks.yml +++ b/.github/workflows/random_benchmarks.yml @@ -53,7 +53,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/random_examples.yml b/.github/workflows/random_examples.yml index 0d99c4c1a88b..64c9324942b4 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 3912d985dde2..3f112527342b 100644 --- a/.github/workflows/run_affected_benchmarks.yml +++ b/.github/workflows/run_affected_benchmarks.yml @@ -64,7 +64,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 8b9a75dde53b..2455f4c0c9e2 100644 --- a/.github/workflows/run_affected_examples.yml +++ b/.github/workflows/run_affected_examples.yml @@ -62,7 +62,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 87db9127f48f..df5423506246 100644 --- a/.github/workflows/run_affected_tests.yml +++ b/.github/workflows/run_affected_tests.yml @@ -97,7 +97,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 15c39245a73a..0ade9878465c 100644 --- a/.github/workflows/run_tests_coverage.yml +++ b/.github/workflows/run_tests_coverage.yml @@ -77,7 +77,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Specify whether to remove untracked files before checking out the repository: clean: true @@ -217,7 +217,7 @@ jobs: - name: 'Checkout coverage repository' if: steps.check-changed.outputs.skip == 'false' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Code coverage repository: repository: 'stdlib-js/www-test-code-coverage' diff --git a/.github/workflows/run_tests_coverage_pr.yml b/.github/workflows/run_tests_coverage_pr.yml index 5b48de6e48a1..a7db49ccdf96 100644 --- a/.github/workflows/run_tests_coverage_pr.yml +++ b/.github/workflows/run_tests_coverage_pr.yml @@ -70,7 +70,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/standalone_keepalive.yml b/.github/workflows/standalone_keepalive.yml index 28a7ab55d408..8c8d3b25a569 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 70820806b19e..fd369dcfe9df 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 52dff008230e..c7469f4658c0 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 7686f6373319..8d8555e0dcea 100644 --- a/.github/workflows/standalone_push_changes.yml +++ b/.github/workflows/standalone_push_changes.yml @@ -57,7 +57,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 f6d1f80a6c25..50a39bde3157 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 ecb1c5dba018..5a81b47c5f52 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 d0c332c34358..8aa2d08c7881 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Do not persist GitHub token in local Git configuration since no continued authentication is needed: persist-credentials: false diff --git a/.github/workflows/too_many_good_first_prs.yml b/.github/workflows/too_many_good_first_prs.yml index 05b43a6a54cc..dc45aeed1854 100644 --- a/.github/workflows/too_many_good_first_prs.yml +++ b/.github/workflows/too_many_good_first_prs.yml @@ -52,7 +52,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Ensure we have access to the scripts directory: sparse-checkout: | diff --git a/.github/workflows/track_todos.yml b/.github/workflows/track_todos.yml index 24a8e5044eb0..55415ebafbbe 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 6195c6f9a072..b83b31acb957 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 d3d5ae51c5ec..9e0e4168cf5d 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 3b527e8909a4..4011c06591e5 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/update_math_scaffold_databases.yml b/.github/workflows/update_math_scaffold_databases.yml index 283268824f2e..2f645ec12c2b 100644 --- a/.github/workflows/update_math_scaffold_databases.yml +++ b/.github/workflows/update_math_scaffold_databases.yml @@ -62,7 +62,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 1e79a9f8532f..3a3d30798db7 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 dca253c07368..ced30e8fc2dd 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 053f993b1997..ee8705e14470 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 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 02df8ca2bb5b..5198219eac10 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # Specify whether to remove untracked files before checking out the repository: clean: false