From e4b574a1d917e64ba8bb5bdb5ff6f98316caf9da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:27:58 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.6 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [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/a5ac7e51b41094c92402da3b24376905380afc29...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check_licenses.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/lint_autofix.yml | 2 +- .github/workflows/lint_changed_files.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/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/scaffold_pkg.yml | 2 +- .github/workflows/scaffold_pkg_via_branch_push.yml | 2 +- .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/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 +- 47 files changed, 48 insertions(+), 48 deletions(-) diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index c09f411d3978..81fb2ccd78e9 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 b6d930a14f9e..5e2a09e27776 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: # Specify whether to remove untracked files before checking out the repository: clean: false diff --git a/.github/workflows/lint_autofix.yml b/.github/workflows/lint_autofix.yml index 1ea71153cb3b..7183fa5b7e0c 100644 --- a/.github/workflows/lint_autofix.yml +++ b/.github/workflows/lint_autofix.yml @@ -83,7 +83,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 61d281eb3d80..6c71a48de508 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/lint_random_files.yml b/.github/workflows/lint_random_files.yml index 36e40d594cba..46b79748919f 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 6d88cff63da3..d7adaaf1fe3a 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 41cc0110cc8e..550c11eac279 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 5abaa51bdf1e..3a80bf224f3f 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 dfaf8cbde708..d11e1fab233d 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 0099bbf5c2d8..6e6550a1bdb2 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 ed3ec6a700e3..c2f5b2d6ac11 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 fb3818bddcca..aaf1dbcd9c00 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 83592244087c..cbd66270b041 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 1c1ba74f466d..ad4318087f97 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 e133decacfdc..06ed5787d08b 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 12249e9474dd..6b6ae5445f71 100644 --- a/.github/workflows/markdown_equations.yml +++ b/.github/workflows/markdown_equations.yml @@ -56,7 +56,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 d9f83b560b85..27e2217e54e7 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 18cbb75bf956..7b47568b4cbd 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 e262a0148b6d..dd49976f1d9a 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 7f5ab9b58802..0e5be9b4b43e 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 137d7c5bba29..6988fc578390 100644 --- a/.github/workflows/markdown_tocs.yml +++ b/.github/workflows/markdown_tocs.yml @@ -56,7 +56,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 aeb8e8cceb32..0ddfde3de524 100644 --- a/.github/workflows/namespace_declarations.yml +++ b/.github/workflows/namespace_declarations.yml @@ -59,7 +59,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 37ec3657c537..06c6508d2d55 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 39526a6fb22f..34d66ecc30cc 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 timeout-minutes: 10 # Install Node.js: diff --git a/.github/workflows/ossf_scorecard.yml b/.github/workflows/ossf_scorecard.yml index f6da6a8079a3..9271d52bce9c 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 timeout-minutes: 10 with: persist-credentials: false diff --git a/.github/workflows/process_metadata.yml b/.github/workflows/process_metadata.yml index 3dce83cbb4a3..ffa2a20ffd92 100644 --- a/.github/workflows/process_metadata.yml +++ b/.github/workflows/process_metadata.yml @@ -58,7 +58,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 e437586327aa..5479500b9c1f 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 8550a1178acd..fa79fc1e49ee 100644 --- a/.github/workflows/run_affected_benchmarks.yml +++ b/.github/workflows/run_affected_benchmarks.yml @@ -57,7 +57,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 f92844a9dbf5..213ccf2bfdd4 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 79dda18a5d9b..7f20df316b08 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 376e14269b03..8242e5559b51 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: # Specify whether to remove untracked files before checking out the repository: clean: true @@ -224,7 +224,7 @@ jobs: # Checkout coverage repository: - name: 'Checkout coverage repository' # Pin action to full length commit SHA - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: # Code coverage repository: repository: 'stdlib-js/www-test-code-coverage' diff --git a/.github/workflows/scaffold_pkg.yml b/.github/workflows/scaffold_pkg.yml index 3848e1a5b60c..3db0efbd87bf 100644 --- a/.github/workflows/scaffold_pkg.yml +++ b/.github/workflows/scaffold_pkg.yml @@ -55,7 +55,7 @@ jobs: # Checkout the current branch: - name: 'Checkout current branch' # Pin action to full length commit SHA - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # Run the command to scaffold a package: - name: 'Scaffold package' diff --git a/.github/workflows/scaffold_pkg_via_branch_push.yml b/.github/workflows/scaffold_pkg_via_branch_push.yml index a0aba6049fa1..3a3397c5f27c 100644 --- a/.github/workflows/scaffold_pkg_via_branch_push.yml +++ b/.github/workflows/scaffold_pkg_via_branch_push.yml @@ -49,7 +49,7 @@ jobs: # Checkout the new branch: - name: 'Checkout new branch' # Pin action to full length commit SHA - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: # Refers to the branch name of the branch being pushed: ref: ${{ github.event.push.head.ref }} diff --git a/.github/workflows/standalone_keepalive.yml b/.github/workflows/standalone_keepalive.yml index 9ead8df1f009..0cd9e54298ab 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 74f72f617f4e..d70cc1fa93ba 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 74ec37adbd0e..459055c10742 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 68181d975b45..07f93c665556 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 897a1b49986a..a7f4cf0eb1d0 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 9978da813c1d..3478b827c377 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: # Specify whether to remove untracked files before checking out the repository: clean: true diff --git a/.github/workflows/track_todos.yml b/.github/workflows/track_todos.yml index 86042069312b..98f62de62ff7 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 6e1f1ec5766b..6b9a8665a4a6 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 899d7be786aa..005472f208ed 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 cefe91a19707..b2acdbb80247 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 8e96899aa9ba..abe8feb153a5 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 c46581a13a26..d11888a3438a 100644 --- a/.github/workflows/update_pr_copyright_years.yml +++ b/.github/workflows/update_pr_copyright_years.yml @@ -83,7 +83,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 f960dd9be317..9bc95d975909 100644 --- a/.github/workflows/update_repl_docs.yml +++ b/.github/workflows/update_repl_docs.yml @@ -63,7 +63,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 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 db435201fad1..0255d1ebe28e 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: # Specify whether to remove untracked files before checking out the repository: clean: false