From 06ba6f3f113908f2fb832c547f352d70542af08b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 04:27:38 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 5.0.0 to 6.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [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/08c6903cd8c0fde910a37f88322edcfb5dd907a8...1af3b93b6815bc44a9784bd300feb67ff0d1eeb3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check_commit_metadata.yml | 2 +- .../workflows/check_contributing_guidelines_acceptance.yml | 2 +- .github/workflows/check_duplicate_prs.yml | 2 +- .github/workflows/check_licenses.yml | 2 +- .github/workflows/check_tracking_issue_closure.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/create_address_commit_comment_issues.yml | 2 +- .github/workflows/first_time_greeting.yml | 2 +- .github/workflows/generate_monthly_changelog.yml | 4 ++-- .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/label_good_first_prs.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_commands_comment.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_benchmarks.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/too_many_good_first_prs.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_math_scaffold_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 +- 65 files changed, 67 insertions(+), 67 deletions(-) diff --git a/.github/workflows/check_commit_metadata.yml b/.github/workflows/check_commit_metadata.yml index 7971ecfc1e9f..ea596a55ed93 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 a75288f3fb35..b64a38038704 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 c578d53dc673..9a62affd9e98 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 d977452ea717..8db4e73b92da 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 d0dd82dd3d8e..5cc133b35839 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: # Ensure we have access to the scripts directory: sparse-checkout: | diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 75c645d10cc6..38e3282a2328 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 f1bbb98d123a..5cabb332cd8a 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 7cd28b67ae42..6d265ddb8d2c 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 deb27f2ad395..24ce4fc00618 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 e3b09dee5c21..600e02f32d02 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 43de3e056c3b..f9962ec12795 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 6e2101948318..3228a4700d0c 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 eab50de2f61e..0be60d8ad373 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 db94de4e09bc..069a621d2bea 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 4a4652c7ce18..df2508cba52b 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 630821b391af..7253a331bbb0 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 cf415492fc0f..97dbb1f264f8 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 4cf087ffb01e..1e5b594d6228 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 1216216e9f63..cd9211c22a74 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 68cdb2241438..a58258fa507b 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 e3556b82fb49..1cec33732875 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 b3dd21c4a39e..12b69439727a 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 9cd3441a9c34..44e3f38c2675 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 71521aa44198..5911729ae18f 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 ba8cb4fa56da..eb59e0879fd0 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 365ccdd4d537..3bf81edff659 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 ff47bec628f3..f8e01112fd2d 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 e9bd091c4a3b..fba7dbe9c607 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 d1aee505e83d..dbb55332e69e 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 02c94e46bb35..93aa8927bf0a 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 506ed326c125..fb829685a589 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 5a8f706faa1f..9b50e6fead9a 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 d525ca913e58..1e6c170073d5 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 3b92098d02f4..a3b370481656 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 df9c6a5760b4..f70d0d46ba09 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 76ef57a98e6e..1e43f0344aaa 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 7f1ec06982f2..67d991883ea3 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 timeout-minutes: 10 # Install Node.js: diff --git a/.github/workflows/ossf_scorecard.yml b/.github/workflows/ossf_scorecard.yml index 7904b874599e..90f54303b6df 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 timeout-minutes: 10 with: persist-credentials: false diff --git a/.github/workflows/pr_commands_comment.yml b/.github/workflows/pr_commands_comment.yml index eda0c15be3c2..728cf2b41dd4 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 c7b5c33b5bef..be05371507c6 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 b0b41a625259..91c9bda497eb 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 1acf82e6eba6..cd63fdacbb2b 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/random_benchmarks.yml b/.github/workflows/random_benchmarks.yml index 454c0ef63f2e..f8522e65fb14 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 838017a3c899..0d99c4c1a88b 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 9959c9d60846..3912d985dde2 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 003f1606572d..8b9a75dde53b 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 759cf48aee2b..87db9127f48f 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 3c892088c80f..f08f553d2d34 100644 --- a/.github/workflows/run_tests_coverage.yml +++ b/.github/workflows/run_tests_coverage.yml @@ -97,7 +97,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: # Specify whether to remove untracked files before checking out the repository: clean: true @@ -301,7 +301,7 @@ jobs: - name: 'Checkout coverage repository' if: steps.check-changed.outputs.skip == 'false' # Pin action to full length commit SHA - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 0db78fd87f8a..28a7ab55d408 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 181bbad03f19..bbcae73fca7e 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 63b1f6c2a07c..52dff008230e 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 96c4232f1788..d353eb454007 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 539d53846d34..e2e1ce0f1d1f 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 1e554c28f3fa..c32191ab5d86 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 3e5055d94904..eb98e5cb92e4 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 70940e5c6bbb..05b43a6a54cc 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 e883702e51ce..24a8e5044eb0 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 c9682c38d813..5875f951a744 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 e55f772d0d55..d0e1e1008477 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 04db010a45fc..9f26a3573074 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 002d8022ef84..11780c7babef 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 9cd5a01f02c7..19b1a3af013e 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 45f6f65a1e77..dca253c07368 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 37ab3f5036ce..1448de577e08 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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 bb46533db189..f9a55f1b6c42 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: # Specify whether to remove untracked files before checking out the repository: clean: false