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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <[email protected]>
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

0 commit comments

Comments
 (0)