diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index d6a268b7ecbf..9bab9a835fc0 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 f9a344a631aa..b6d930a14f9e 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 2da87a916b8c..996e291cd45b 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 4b93e0e846f9..fb66e88f5d01 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 07e19631dbd7..1e7d53451f22 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 b227452990fd..65a945b6441d 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 e606147c66b6..0e69c78d14c1 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 79d5b46b6890..809b7510a06d 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 0b3744a57329..cfd84fd329c6 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 b887884b72aa..5225b778e8ea 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 4b90452f5ee6..84009225aa8c 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 270e5476db18..29cba86177e2 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 ab7e074d2977..1086e353ca39 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 6c00c3435cc7..97610096302d 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 11168aca362a..e133decacfdc 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 c1618f335a38..c868dd6266ed 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 1afa49827f37..fceac1ec9a53 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 5cbc5bbca9e0..4de86c24191d 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 197fdba0dffd..4049d4db6777 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 034d74628821..fbcf34cc0a55 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 7d0df8ce2ffe..63482b43efa5 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 6d3ffef11bce..1e910730b50e 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 e6466a78b7b9..fbf31e9e80a9 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 570177668ce3..b07da408d6f4 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 timeout-minutes: 10 # Install Node.js: diff --git a/.github/workflows/ossf_scorecard.yml b/.github/workflows/ossf_scorecard.yml index 8c44b7532ea1..bd3f4ab97f19 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 timeout-minutes: 10 with: persist-credentials: false diff --git a/.github/workflows/process_metadata.yml b/.github/workflows/process_metadata.yml index cfb7eadc9e17..3dce83cbb4a3 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 8bd66c5b5a6b..e437586327aa 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 677107bd5d52..8550a1178acd 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 528645f5e368..f92844a9dbf5 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 0b0312da9e9b..79dda18a5d9b 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 dd397a4cd81f..376e14269b03 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 ef199d8a2e5d..3c462d4b3622 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 # 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 d672a3b217a2..a0aba6049fa1 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 db5f78166b4b..9ead8df1f009 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 aebe0ce953c8..7ecbed0ceb4f 100644 --- a/.github/workflows/standalone_publish.yml +++ b/.github/workflows/standalone_publish.yml @@ -78,7 +78,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 bfef84e99bb6..195754ff84f2 100644 --- a/.github/workflows/standalone_publish_custom.yml +++ b/.github/workflows/standalone_publish_custom.yml @@ -85,7 +85,7 @@ jobs: # Checkout the repository: - name: 'Checkout repository' # Pin action to full length commit SHA - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 313dad3422eb..1db539f549d5 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 f391fa110e1d..897a1b49986a 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 09e1ff65ff84..9978da813c1d 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 2408ccb820fb..86042069312b 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 e2dd98734f13..fa1523a1b6b1 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 6a7c4eec55a4..45642c236320 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 dcbe641d18ce..8be682c1f489 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 c524eb85baa4..e918c7d0fdf6 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 d1d1bdf1d27d..c46581a13a26 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 bb076f84a2af..620fc6c33a7e 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 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 e0288906815d..800f5acc6a8c 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 with: # Specify whether to remove untracked files before checking out the repository: clean: false