Skip to content

Commit 424bc9c

Browse files
build(deps): bump actions/checkout from 4.1.6 to 4.1.7
PR-URL: #2485 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](actions/checkout@a5ac7e5...692973e) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 917286c commit 424bc9c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+48
-48
lines changed

.github/workflows/check_licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Checkout the repository:
6060
- name: 'Checkout repository'
6161
# Pin action to full length commit SHA
62-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
62+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6363
with:
6464
# Specify whether to remove untracked files before checking out the repository:
6565
clean: false

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# Checkout the repository:
9494
- name: 'Checkout repository'
9595
# Pin action to full length commit SHA
96-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
96+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9797
with:
9898
# Specify whether to remove untracked files before checking out the repository:
9999
clean: false

.github/workflows/lint_autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
# Checkout the repository:
8484
- name: 'Checkout repository'
8585
# Pin action to full length commit SHA
86-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
86+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8787
with:
8888
# Refers to the branch name of the branch being pushed:
8989
ref: ${{ steps.pr-details.outputs.branch }}

.github/workflows/lint_changed_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Checkout the repository:
5353
- name: 'Checkout repository'
5454
# Pin action to full length commit SHA
55-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
55+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5656
with:
5757
# Specify whether to remove untracked files before checking out the repository:
5858
clean: true

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
# Checkout the repository:
9494
- name: 'Checkout repository'
9595
# Pin action to full length commit SHA
96-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
96+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9797
with:
9898
# Specify whether to remove untracked files before checking out the repository:
9999
clean: true

.github/workflows/linux_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# Checkout the repository:
138138
- name: 'Checkout repository'
139139
# Pin action to full length commit SHA
140-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
140+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
141141
with:
142142
# Specify whether to remove untracked files before checking out the repository:
143143
clean: false

.github/workflows/linux_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# Checkout the repository:
138138
- name: 'Checkout repository'
139139
# Pin action to full length commit SHA
140-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
140+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
141141
with:
142142
# Specify whether to remove untracked files before checking out the repository:
143143
clean: false

.github/workflows/linux_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
# Checkout the repository:
137137
- name: 'Checkout repository'
138138
# Pin action to full length commit SHA
139-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
139+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
140140
with:
141141
# Specify whether to remove untracked files before checking out the repository:
142142
clean: false

.github/workflows/linux_test_cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# Checkout the repository:
138138
- name: 'Checkout repository'
139139
# Pin action to full length commit SHA
140-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
140+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
141141
with:
142142
# Specify whether to remove untracked files before checking out the repository:
143143
clean: false

.github/workflows/linux_test_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
# Checkout the repository:
168168
- name: 'Checkout repository'
169169
# Pin action to full length commit SHA
170-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
170+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
171171
with:
172172
# Specify whether to remove untracked files before checking out the repository:
173173
clean: false

.github/workflows/macos_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
# Checkout the repository:
137137
- name: 'Checkout repository'
138138
# Pin action to full length commit SHA
139-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
139+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
140140
with:
141141
# Specify whether to remove untracked files before checking out the repository:
142142
clean: false

.github/workflows/macos_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
# Checkout the repository:
136136
- name: 'Checkout repository'
137137
# Pin action to full length commit SHA
138-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
138+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
139139
with:
140140
# Specify whether to remove untracked files before checking out the repository:
141141
clean: false

.github/workflows/macos_test_cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
# Checkout the repository:
137137
- name: 'Checkout repository'
138138
# Pin action to full length commit SHA
139-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
139+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
140140
with:
141141
# Specify whether to remove untracked files before checking out the repository:
142142
clean: false

.github/workflows/macos_test_npm_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
# Checkout the repository:
140140
- name: 'Checkout repository'
141141
# Pin action to full length commit SHA
142-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
142+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
143143
with:
144144
# Specify whether to remove untracked files before checking out the repository:
145145
clean: false

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Checkout the repository:
5555
- name: 'Checkout repository'
5656
# Pin action to full length commit SHA
57-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
57+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5858
with:
5959
# Specify whether to remove untracked files before checking out the repository:
6060
clean: true

.github/workflows/markdown_equations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Checkout the repository:
5757
- name: 'Checkout repository'
5858
# Pin action to full length commit SHA
59-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
59+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6060
with:
6161
# Specify whether to remove untracked files before checking out the repository:
6262
clean: true

.github/workflows/markdown_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# Checkout the repository:
6767
- name: 'Checkout repository'
6868
# Pin action to full length commit SHA
69-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
69+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7070
with:
7171
# Specify whether to remove untracked files before checking out the repository:
7272
clean: true

.github/workflows/markdown_pkg_urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Checkout the repository:
6161
- name: 'Checkout repository'
6262
# Pin action to full length commit SHA
63-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
63+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6464
with:
6565
# Specify whether to remove untracked files before checking out the repository:
6666
clean: true

.github/workflows/markdown_related_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Checkout the repository:
5959
- name: 'Checkout repository'
6060
# Pin action to full length commit SHA
61-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
61+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6262
with:
6363
# Specify whether to remove untracked files before checking out the repository:
6464
clean: true

.github/workflows/markdown_src_attributes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Checkout the repository:
6464
- name: 'Checkout repository'
6565
# Pin action to full length commit SHA
66-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
66+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6767
with:
6868
# Specify whether to remove untracked files before checking out the repository:
6969
clean: true

.github/workflows/markdown_tocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Checkout the repository:
5757
- name: 'Checkout repository'
5858
# Pin action to full length commit SHA
59-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
59+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6060
with:
6161
# Specify whether to remove untracked files before checking out the repository:
6262
clean: true

.github/workflows/namespace_declarations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Checkout the repository:
6060
- name: 'Checkout repository'
6161
# Pin action to full length commit SHA
62-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
62+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6363
with:
6464
# Specify whether to remove untracked files before checking out the repository:
6565
clean: true

.github/workflows/namespace_exports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# Checkout the repository:
5151
- name: 'Checkout repository'
5252
# Pin action to full length commit SHA
53-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
53+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5454
with:
5555
# Specify whether to remove untracked files before checking out the repository:
5656
clean: true

.github/workflows/npm_downloads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Checkout the repository:
5555
- name: 'Checkout repository'
5656
# Pin action to full length commit SHA
57-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
57+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5858
timeout-minutes: 10
5959

6060
# Install Node.js:

.github/workflows/ossf_scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Checkout the repository:
6363
- name: 'Checkout repository'
6464
# Pin action to full length commit SHA
65-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
65+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6666
timeout-minutes: 10
6767
with:
6868
persist-credentials: false

.github/workflows/process_metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# Checkout the repository:
5959
- name: 'Checkout repository'
6060
# Pin action to full length commit SHA
61-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
61+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6262
with:
6363
# Specify whether to remove untracked files before checking out the repository:
6464
clean: false

.github/workflows/random_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Checkout the repository:
5454
- name: 'Checkout repository'
5555
# Pin action to full length commit SHA
56-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
56+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5757
with:
5858
# Specify whether to remove untracked files before checking out the repository:
5959
clean: true

.github/workflows/run_affected_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# Checkout the repository:
5858
- name: 'Checkout repository'
5959
# Pin action to full length commit SHA
60-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
60+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6161
with:
6262

6363
# Specify whether to remove untracked files before checking out the repository:

.github/workflows/run_affected_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Checkout the repository:
6060
- name: 'Checkout repository'
6161
# Pin action to full length commit SHA
62-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
62+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6363
with:
6464
# Specify whether to remove untracked files before checking out the repository:
6565
clean: true

.github/workflows/run_affected_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# Checkout the repository:
9595
- name: 'Checkout repository'
9696
# Pin action to full length commit SHA
97-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
97+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9898
with:
9999
# Specify whether to remove untracked files before checking out the repository:
100100
clean: true

.github/workflows/run_tests_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
# Checkout the repository:
9595
- name: 'Checkout repository'
9696
# Pin action to full length commit SHA
97-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
97+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9898
with:
9999
# Specify whether to remove untracked files before checking out the repository:
100100
clean: true
@@ -224,7 +224,7 @@ jobs:
224224
# Checkout coverage repository:
225225
- name: 'Checkout coverage repository'
226226
# Pin action to full length commit SHA
227-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
227+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
228228
with:
229229
# Code coverage repository:
230230
repository: 'stdlib-js/www-test-code-coverage'

.github/workflows/scaffold_pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# Checkout the current branch:
5656
- name: 'Checkout current branch'
5757
# Pin action to full length commit SHA
58-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
58+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5959

6060
# Run the command to scaffold a package:
6161
- name: 'Scaffold package'

.github/workflows/scaffold_pkg_via_branch_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Checkout the new branch:
5050
- name: 'Checkout new branch'
5151
# Pin action to full length commit SHA
52-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
52+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5353
with:
5454
# Refers to the branch name of the branch being pushed:
5555
ref: ${{ github.event.push.head.ref }}

.github/workflows/standalone_keepalive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# Checkout the repository:
6464
- name: 'Checkout repository'
6565
# Pin action to full length commit SHA
66-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
66+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6767
with:
6868
# Specify whether to remove untracked files before checking out the repository:
6969
clean: false

.github/workflows/standalone_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# Checkout the repository:
8080
- name: 'Checkout repository'
8181
# Pin action to full length commit SHA
82-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
82+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8383
with:
8484
# Specify whether to remove untracked files before checking out the repository:
8585
clean: false

.github/workflows/standalone_publish_custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# Checkout the repository:
8787
- name: 'Checkout repository'
8888
# Pin action to full length commit SHA
89-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
89+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9090
with:
9191
# Specify whether to remove untracked files before checking out the repository:
9292
clean: false

.github/workflows/standalone_push_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Checkout the repository:
5555
- name: 'Checkout repository'
5656
# Pin action to full length commit SHA
57-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
57+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5858
with:
5959
# Specify whether to remove untracked files before checking out the repository:
6060
clean: false

.github/workflows/standalone_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
# Checkout the repository:
5757
- name: 'Checkout repository'
5858
# Pin action to full length commit SHA
59-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
59+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6060
with:
6161
# Specify whether to remove untracked files before checking out the repository:
6262
clean: false

.github/workflows/terminal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# Checkout the repository:
4646
- name: 'Checkout repository'
4747
# Pin action to full length commit SHA
48-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
48+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4949
with:
5050
# Specify whether to remove untracked files before checking out the repository:
5151
clean: true

.github/workflows/track_todos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# Checkout the repository:
5454
- name: 'Checkout repository'
5555
# Pin action to full length commit SHA
56-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
56+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5757
with:
5858
# Specify whether to remove untracked files before checking out the repository:
5959
clean: true

.github/workflows/update_cli_permissions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Checkout the repository:
5555
- name: 'Checkout repository'
5656
# Pin action to full length commit SHA
57-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
57+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5858
with:
5959
# Specify whether to remove untracked files before checking out the repository:
6060
clean: true

.github/workflows/update_contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Checkout the repository:
5555
- name: 'Checkout repository'
5656
# Pin action to full length commit SHA
57-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
57+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5858
with:
5959
# Specify whether to remove untracked files before checking out the repository:
6060
clean: true

.github/workflows/update_error_databases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Checkout the repository:
5555
- name: 'Checkout repository'
5656
# Pin action to full length commit SHA
57-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
57+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5858
with:
5959
# Specify whether to remove untracked files before checking out the repository:
6060
clean: true

0 commit comments

Comments
 (0)